@hashport/sdk
Version:
Utility functions for interacting with the hashport bridge
25 lines • 486 B
JavaScript
export const burnPermitTypes = {
Permit: [
{
name: `owner`,
type: `address`,
},
{
name: `spender`,
type: `address`,
},
{
name: `value`,
type: `uint256`,
},
{
name: `nonce`,
type: `uint256`,
},
{
name: `deadline`,
type: `uint256`,
},
],
};
//# sourceMappingURL=permitTypes.js.map