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_signersDeprecatedReturn all the signers from a set of KeyedAccounts
- is_executableDeprecatedReturn true if the first keyed_account is executable, used to determine if the loader should call a program’s ‘main’
- keyed_account_at_indexDeprecatedReturn the KeyedAccount at the specified index or a NotEnoughAccountKeys error
- next_keyed_accountDeprecatedReturn the next KeyedAccount or a NotEnoughAccountKeys error