postio / apps /frontend /src /components /launches /web3 /web3.provider.interface.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 7)
ec4551b verified
Raw
History Blame Contribute Delete
113 Bytes
export interface Web3ProviderInterface {
onComplete: (code: string, state: string) => void;
nonce: string;
}