IPermissionsオブジェクトを追加することで、明示的なセッションに直接接続することも可能です。
権限の構成方法はこちらをご覧ください。
ストレージからウォレットを復元する
ウォレットが見つからない場合、この関数はnull を返します。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SequenceのUnity SDK用エコシステムウォレットのドキュメント
IPermissionsオブジェクトを追加することで、明示的なセッションに直接接続することも可能です。
権限の構成方法はこちらをご覧ください。
null を返します。
IWallet wallet = SequenceWallet.RecoverFromStorage();
SequenceConnect connect = new SequenceConnect();
string email = "your.mail@example.com";
IWallet wallet = await connect.SignInWithEmail(email);
IWallet wallet = await connect.SignInWithGoogle();
IWallet wallet = await connect.SignInWithApple();
IWallet wallet = await connect.SignInWithPasskey();
IWallet wallet = await connect.SignInWithMnemonic();
このページは役に立ちましたか?