alt-opensea-js
Version:
JavaScript SDK for the OpenSea marketplace. Let users buy or sell crypto collectibles and other cryptogoods, all on your own site!
28 lines (27 loc) • 522 B
TypeScript
export declare const proxyABI: {
constant: boolean;
inputs: {
name: string;
type: string;
}[];
name: string;
outputs: {
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
};
export declare const proxyAssertABI: {
constant: boolean;
inputs: {
name: string;
type: string;
}[];
name: string;
outputs: never[];
payable: boolean;
stateMutability: string;
type: string;
};