AccountMetaListExt extension
- on
Methods
-
getNumReadonlyNonSigners(
) → int -
Available on List<
Counts the number of accounts that are non signers and readonly.AccountMeta> , provided by the AccountMetaListExt extension -
getNumReadonlySigners(
) → int -
Available on List<
Counts the number of accounts that are signers and readonly.AccountMeta> , provided by the AccountMetaListExt extension -
getNumSigners(
) → int -
Available on List<
Counts the number of accounts that are signers.AccountMeta> , provided by the AccountMetaListExt extension -
indexOfPubKey(
Ed25519HDPublicKey pubKey) → int -
Available on List<
Find an account with a matchingAccountMeta> , provided by the AccountMetaListExt extensionpubKey
. -
toIndexesMap(
) → Map< Ed25519HDPublicKey, int> -
Available on List<
AccountMeta> , provided by the AccountMetaListExt extension -
unique(
) → List< AccountMeta> -
Available on List<
Remove all duplicate accounts, meaning accounts having the same public key. Signers and/or writeable accounts are picked over non-signers and non-writeable.AccountMeta> , provided by the AccountMetaListExt extension