@protokol/nft-base-crypto
Version:
Transaction Builders For Base NFT Transaction Types
20 lines (19 loc) • 357 B
TypeScript
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;
};