v0.2.0
/ Email-based account const input: CreateAccountInput = { email: 'user@example.com' }; / Signer-based account const input: CreateAccountInput = { signer: 'publicKeyString' };
email?
string
signer?
Was this page helpful?