@bit-gpt/h402
Version:
BitGPT's 402 open protocol for blockchain-native payments
13 lines • 455 B
JavaScript
const authorizationTypes = {
TransferWithAuthorization: [
{ name: "from", type: "address" },
{ name: "to", type: "address" },
{ name: "value", type: "uint256" },
{ name: "validAfter", type: "uint256" },
{ name: "validBefore", type: "uint256" },
{ name: "nonce", type: "bytes32" },
{ name: "signature", type: "bytes" },
],
};
export { authorizationTypes };
//# sourceMappingURL=eip3009.js.map