[][src]Module solana_sdk::account

Structs

Account

An Account with data that is stored on chain

KeyedAccount

Functions

create_keyed_accounts
create_keyed_is_signer_accounts
create_keyed_readonly_accounts
get_signers

Return all the signers from a set of KeyedAccounts

is_executable

Return true if the first keyed_account is executable, used to determine if the loader should call a program's 'main'

next_keyed_account

Return the next KeyedAccount or a NotEnoughAccountKeys error