@mojito-inc/connect-wallet
Version:
Connecting wallet via metamask, wallet connect, email
46 lines (45 loc) • 1.11 kB
TypeScript
declare const data: {
_format: string;
contractName: string;
sourceName: string;
abi: ({
anonymous: boolean;
inputs: {
indexed: boolean;
internalType: string;
name: string;
type: string;
}[];
name: string;
type: string;
stateMutability?: undefined;
outputs?: undefined;
} | {
stateMutability: string;
type: string;
anonymous?: undefined;
inputs?: undefined;
name?: undefined;
outputs?: undefined;
} | {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
bytecode: string;
deployedBytecode: string;
linkReferences: {};
deployedLinkReferences: {};
};
export default data;