payment
queryFeeDetails(extrinsic: Bytes, at?: BlockHash): FeeDetails
Bytes, at?: BlockHash): FeeDetailsinterface:
api.rpc.payment.queryFeeDetailsjsonrpc:
payment_queryFeeDetailssummary: Queries the detailed fee of a given encoded extrinsic.
deprecated:
api.call.transactionPaymentApi.queryFeeDetails를 대신 사용하십시오.
queryInfo(extrinsic: Bytes, at?: BlockHash): RuntimeDispatchInfoV1
Bytes, at?: BlockHash): RuntimeDispatchInfoV1interface:
api.rpc.payment.queryInfojsonrpc:
payment_queryInfosummary: Retrieves the fee information for an encoded extrinsic.
deprecated:
api.call.transactionPaymentApi.queryInfo를 대신 사용하십시오.
Last updated