@thirdweb-dev/wallets
Version:
<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a href="ht
71 lines • 1.62 kB
TypeScript
export declare const ENTRYPOINT_ADDRESS = "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789";
export declare const ACCOUNT_CORE_ABI: ({
type: string;
name: string;
inputs: ({
type: string;
name: string;
indexed: boolean;
internalType: string;
components?: undefined;
} | {
type: string;
name: string;
components: {
type: string;
name: string;
internalType: string;
}[];
indexed: boolean;
internalType: string;
})[];
outputs: never[];
anonymous: boolean;
stateMutability?: undefined;
} | {
type: string;
name: string;
inputs: {
type: string;
name: string;
internalType: string;
}[];
outputs: {
type: string;
name: string;
components: {
type: string;
name: string;
internalType: string;
}[];
internalType: string;
}[];
stateMutability: string;
anonymous?: undefined;
} | {
type: string;
name: string;
inputs: ({
type: string;
name: string;
internalType: string;
components?: undefined;
} | {
type: string;
name: string;
components: {
type: string;
name: string;
internalType: string;
}[];
internalType: string;
})[];
outputs: {
type: string;
name: string;
internalType: string;
}[];
stateMutability: string;
anonymous?: undefined;
})[];
//# sourceMappingURL=constants.d.ts.map