@bit-gpt/h402
Version:
BitGPT's 402 open protocol for blockchain-native payments
12 lines • 454 B
JavaScript
export 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" },
],
};
export const authorizationPrimaryType = "TransferWithAuthorization";
//# sourceMappingURL=eip3009.js.map