@hashport/sdk
Version:
Utility functions for interacting with the hashport bridge
19 lines (18 loc) • 455 B
TypeScript
export declare const burnPermitTypes: {
readonly Permit: readonly [{
readonly name: "owner";
readonly type: "address";
}, {
readonly name: "spender";
readonly type: "address";
}, {
readonly name: "value";
readonly type: "uint256";
}, {
readonly name: "nonce";
readonly type: "uint256";
}, {
readonly name: "deadline";
readonly type: "uint256";
}];
};