@polymeshassociation/polymesh-types
Version:
Substrate types used in Polymesh chain
24 lines • 646 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
rpc: {
computeFee: {
description: 'Gets the fee of a chargeable extrinsic operation',
params: [
{
name: 'op',
type: 'ProtocolOp',
isOptional: false,
},
{
name: 'blockHash',
type: 'Hash',
isOptional: true,
},
],
type: 'CappedFee',
},
},
types: {},
};
//# sourceMappingURL=definitions.js.map