EmbeddedWalletAdditionalOptions
type EmbeddedWalletAdditionalOptions = {
chain: Pick<Chain, "chainId" | "rpc">;
clientId: string;
onAuthSuccess?: (authResult: AuthAndWalletRpcReturnType) => void;
};
type EmbeddedWalletAdditionalOptions = {
chain: Pick<Chain, "chainId" | "rpc">;
clientId: string;
onAuthSuccess?: (authResult: AuthAndWalletRpcReturnType) => void;
};