UNPKG

@protokol/nft-base-crypto

Version:

Transaction Builders For Base NFT Transaction Types

20 lines (19 loc) 357 B
export declare const amount: { bignumber: { minimum: number; maximum: number; }; }; export declare const vendorField: { anyOf: ({ type: string; format?: undefined; } | { type: string; format: string; })[]; }; export declare const stringPattern: { type: string; pattern: string; };