Module solana_sdk::keyed_account
source · [−]👎 Deprecated since 1.11.0:
Please use BorrowedAccount instead of KeyedAccount
Structs
KeyedAccountDeprecated
Functions
create_keyed_accountsDeprecated
create_keyed_accounts_unifiedDeprecated
create_keyed_is_signer_accountsDeprecated
create_keyed_readonly_accountsDeprecated
get_signersDeprecated
Return all the signers from a set of KeyedAccounts
is_executableDeprecated
Return true if the first keyed_account is executable, used to determine if the loader should call a program’s ‘main’
keyed_account_at_indexDeprecated
Return the KeyedAccount at the specified index or a NotEnoughAccountKeys error
next_keyed_accountDeprecated
Return the next KeyedAccount or a NotEnoughAccountKeys error