TypeAlias.X402Accept
type X402Accept = {
amount: string;
asset: string;
maxTimeoutSeconds: number;
network: string;
payTo: string;
scheme: string;
};
Type Declaration
| Name | Type |
|---|---|
amount | string |
asset | string |
maxTimeoutSeconds | number |
network | string |
payTo | string |
scheme | string |