Wallets are created from seeds, so they can have multiple addresses by changing the index. Use Wallets to "write" (send, receive, change rep) to the network
Optional
Seed for the wallet from which private keys are derived. 64 character hex string (32 bytes)
Readonly
Static
Generate a cryptographically secure random wallet using crypto.getRandomValues
Wallets are created from seeds, so they can have multiple addresses by changing the index. Use Wallets to "write" (send, receive, change rep) to the network