Interface AccountStatic<T, C>
Properties
Optional
previousHashStore
Methods
create
- create(options?: C): Promise<T>
Returns Promise<T>
fromPrivateKey
- fromPrivateKey(key: string | bigint | ArrayBufferLike): Promise<AccountInstance>
Parameters
- key: string | bigint | ArrayBufferLike
random
- random(): Promise<AccountInstance>