Arguments for creating an Ed25519Account from an Ed25519PrivateKey. To use the SingleKey authentication scheme, set legacy to false.
Ed25519Account
Ed25519PrivateKey
legacy
The private key used to create the account.
Optional address for the account.
Indicates whether to use legacy authentication (default is true).
Optional
Arguments for creating an
Ed25519Account
from anEd25519PrivateKey
. To use the SingleKey authentication scheme, setlegacy
to false.Param: privateKey
The private key used to create the account.
Param: address
Optional address for the account.
Param: legacy
Indicates whether to use legacy authentication (default is true).