v1.2.1
/ Email-based account const input: CreateAccountInput = { email: '[email protected]' }; / Signer-based account const input: CreateAccountInput = { signer: 'publicKeyString' };
email?
string
signer?
Was this page helpful?