WalletTasks class

Implementers
Annotations
  • @SquadronService(baseUrl: "/assets/packages/cardano_flutter_sdk/workers")

Constructors

WalletTasks.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildHdWalletFromMnemonic(List<String> mnemonic, int accountIndex) Future<HdWallet>
buildHdWalletFromSeed(Uint8List seed, int accountIndex) Future<HdWallet>
buildWalletFromHdWallet(HdWallet hdWallet, NetworkId networkId) Future<CardanoWallet>
ckdPubBip32Ed25519KeyDerivation(Bip32PublicKey pubKey, int index) Future<Bip32PublicKey>
ckdPubBip32Ed25519KeyDerivations(Bip32PublicKey pubKey, int startIndexInclusive, int endIndexExclusive) Future<List<Bip32PublicKey>>
deriveAddressKit(HdWallet wallet, NetworkId networkId, int index, Bip32KeyRole role) Future<CardanoAddressKit>
hexCredentialsDerivation(Bip32PublicKey pubKey, int startIndexInclusive, int endIndexExclusive) Future<List<String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareTxsForSigningImpl(String walletBech32Address, String drepCredential, String constitutionalCommitteeColdCredential, String constitutionalCommitteeHotCredential, NetworkId networkId, List<CardanoTransaction> txs, List<Utxo> utxos) Future<TxSigningBundle>
signData(CardanoWallet wallet, String payloadHex, String requestedSignerRaw, int deriveMaxAddressCount) Future<DataSignature>
signTransactionsBundle(CardanoWallet wallet, TxSigningBundle bundle, int deriveMaxAddressCount) Future<TxSignedBundle>
toCardanoBaseAddress(Bip32PublicKey spend, Bip32PublicKey stake, NetworkId networkId, {CredentialType paymentType = CredentialType.key, CredentialType stakeType = CredentialType.key}) Future<CardanoAddress>
toCardanoRewardAddress(Bip32PublicKey spend, NetworkId networkId, {CredentialType paymentType = CredentialType.key}) Future<CardanoAddress>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited