The wallet export object.
Creates an AccountSigner for an arbitrary format extending the WithAccountKeys type.
Creating signatures using the AccountSigner will hold signatures for all credentials and all their respective keys included.
An AccountSigner which creates signatures using all keys for all credentials
Creates an AccountSigner for the SimpleAccountKeys type.
Creating signatures using the AccountSigner will hold signatures for all credentials and all their respective keys included.
An AccountSigner which creates signatures using all keys for all credentials
Account keys to use for creating signatures
Creates an AccountSigner for an account which uses the first credential's first keypair.
Note that if the account has a threshold > 1 or the first credentials has a threshold > 1, the transaction signed using this will fail.
An AccountSigner which creates a signature using the first credentials first keypair
The ed25519 private key in HEX format. (First credential's first keypair's private key)
Generated using TypeDoc
Creates an
AccountSignerfor an account exported from a Concordium wallet. Creating signatures using theAccountSignerwill hold signatures for all credentials and all their respective keys included in the export.Returns
An
AccountSignerwhich creates signatures using all keys for all credentials