UNPKG

gasp-types

Version:

Polkadot.js type definitions for GASP Network

16 lines 378 B
export default { types: {}, rpc: { get_eip712_sign_data: { description: "Returns eip712 compatible SignedData V4 struct", params: [ { name: "call", type: "String" }, ], type: "String" } } }; //# sourceMappingURL=definitions.js.map