MCPcopy Create free account

hub / github.com/solana-program/system / functions

Functions367 in github.com/solana-program/system

↓ 1 callersFunctionassign_with_seed
( address: &Pubkey, // must match create_with_seed(base, seed, owner) base: &Pubkey, seed: &str,
interface/src/instruction.rs:631
↓ 1 callersFunctionauthorize_nonce_account
( nonce_pubkey: &Pubkey, authorized_pubkey: &Pubkey, new_authority: &Pubkey, )
interface/src/instruction.rs:1644
↓ 1 callersFunctioncreateNonceAccount
( client: Client, payer: TransactionSigner, nonce: TransactionSigner, nonceAuthority: TransactionSigne
clients/js/test/_setup.ts:89
↓ 1 callersFunctioncreate_account
( from_pubkey: &Pubkey, to_pubkey: &Pubkey, lamports: u64, space: u64, owner: &Pubkey, )
interface/src/instruction.rs:406
↓ 1 callersFunctioncreate_account_with_seed
( from_pubkey: &Pubkey, to_pubkey: &Pubkey, // must match create_with_seed(base, seed, owner) base
interface/src/instruction.rs:431
↓ 1 callersFunctionexpectAddress
( value: | Address<T> | ProgramDerivedAddress<T> | TransactionSigner<T> | null | undefin
clients/js/src/generated/shared/index.ts:36
↓ 1 callersFunctionfetchAllMaybeNonce
( rpc: Parameters<typeof fetchEncodedAccounts>[0], addresses: Array<Address>, config?: FetchAccountsConf
clients/js/src/generated/accounts/nonce.ts:128
↓ 1 callersFunctionfetchMaybeNonce
( rpc: Parameters<typeof fetchEncodedAccount>[0], address: Address<TAddress>, config?: FetchAccountConfi
clients/js/src/generated/accounts/nonce.ts:109
↓ 1 callersFunctiongetAdvanceNonceAccountInstruction
( input: AdvanceNonceAccountInput< TAccountNonceAccount, TAccountRecentBlockhashesSysvar, TAccou
clients/js/src/generated/instructions/advanceNonceAccount.ts:103
↓ 1 callersFunctiongetExternalAccountAddresses
()
scripts/utils.mjs:27
↓ 1 callersFunctiongetExternalAccounts
()
scripts/start-validator.mjs:119
↓ 1 callersFunctiongetExternalProgramAddresses
()
scripts/utils.mjs:20
↓ 1 callersFunctiongetExternalPrograms
()
scripts/start-validator.mjs:111
↓ 1 callersFunctiongetNextAccount
()
clients/js/src/generated/instructions/allocate.ts:149
↓ 1 callersFunctiongetNextAccount
()
clients/js/src/generated/instructions/upgradeNonceAccount.ts:137
↓ 1 callersFunctiongetNextAccount
()
clients/js/src/generated/instructions/assign.ts:152
↓ 1 callersFunctiongetNonceEncoder
()
clients/js/src/generated/accounts/nonce.ts:60
↓ 1 callersFunctiongetPrograms
()
scripts/start-validator.mjs:99
↓ 1 callersFunctioninstallSolana
(version)
scripts/link-solana-version.mjs:63
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/assign.rs:174
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/transfer_sol_with_seed.rs:228
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/assign_with_seed.rs:210
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/authorize_nonce_account.rs:198
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/transfer_sol.rs:189
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/advance_nonce_account.rs:194
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/upgrade_nonce_account.rs:147
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/initialize_nonce_account.rs:223
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/allocate_with_seed.rs:218
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/create_account.rs:208
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/allocate.rs:170
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/create_account_with_seed.rs:246
↓ 1 callersMethodinvoke_signed
( &self, signers_seeds: &[&[&[u8]]], )
clients/rust/src/generated/instructions/withdraw_nonce_account.rs:268
↓ 1 callersFunctionparseTransferSolInstruction
( instruction: IInstruction<TProgram> & IInstructionWithAccounts<TAccountMetas> & IInstructionWithDa
clients/js/src/generated/instructions/transferSol.ts:162
↓ 1 callersMethodto_i64
(&self)
interface/src/error.rs:66
↓ 1 callersFunctiontransfer_many
(from_pubkey: &Pubkey, to_lamports: &[(Pubkey, u64)])
interface/src/instruction.rs:1178
↓ 1 callersFunctiontransfer_with_seed
( from_pubkey: &Pubkey, // must match create_with_seed(base, seed, owner) from_base: &Pubkey, from
interface/src/instruction.rs:824
↓ 1 callersFunctionwithdraw_nonce_account
( nonce_pubkey: &Pubkey, authorized_pubkey: &Pubkey, to_pubkey: &Pubkey, lamports: u64, )
interface/src/instruction.rs:1561
Methodaccount
(&mut self, account: solana_program::pubkey::Pubkey)
clients/rust/src/generated/instructions/assign.rs:88
Methodaccount
(&mut self, account: solana_program::pubkey::Pubkey)
clients/rust/src/generated/instructions/assign_with_seed.rs:101
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/assign.rs:99
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/transfer_sol_with_seed.rs:142
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/assign_with_seed.rs:127
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/authorize_nonce_account.rs:117
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/transfer_sol.rs:111
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/advance_nonce_account.rs:115
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/upgrade_nonce_account.rs:82
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/initialize_nonce_account.rs:132
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/allocate_with_seed.rs:134
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/create_account.rs:125
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/allocate.rs:98
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/create_account_with_seed.rs:155
Methodadd_remaining_account
( &mut self, account: solana_program::instruction::AccountMeta, )
clients/rust/src/generated/instructions/withdraw_nonce_account.rs:163
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/assign.rs:108
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/transfer_sol_with_seed.rs:151
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/assign_with_seed.rs:136
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/authorize_nonce_account.rs:126
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/transfer_sol.rs:120
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/advance_nonce_account.rs:124
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/upgrade_nonce_account.rs:91
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/initialize_nonce_account.rs:141
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/allocate_with_seed.rs:143
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/create_account.rs:134
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/allocate.rs:107
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/create_account_with_seed.rs:164
Methodadd_remaining_accounts
( &mut self, accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/src/generated/instructions/withdraw_nonce_account.rs:172
MethodadvanceNonceAccount
(nonce_pubkey: &Pubkey, authorized_pubkey: &Pubkey)
interface/src/wasm.rs:98
Methodallocate
(pubkey: &Pubkey, space: u64)
interface/src/wasm.rs:74
MethodallocateWithSeed
( address: &Pubkey, base: &Pubkey, seed: &str, space: u64, owner: &Pub
interface/src/wasm.rs:78
Methodamount
(&mut self, amount: u64)
clients/rust/src/generated/instructions/transfer_sol_with_seed.rs:126
Methodamount
(&mut self, amount: u64)
clients/rust/src/generated/instructions/transfer_sol.rs:105
Methodamount
(&mut self, amount: u64)
clients/rust/src/generated/instructions/create_account_with_seed.rs:139
Methodassign
(pubkey: &Pubkey, owner: &Pubkey)
interface/src/wasm.rs:39
MethodassignWithSeed
( pubkey: &Pubkey, base: &Pubkey, seed: &str, owner: &Pubkey, )
interface/src/wasm.rs:43
MethodauthorizeNonceAccount
( nonce_pubkey: &Pubkey, authorized_pubkey: &Pubkey, new_authority: &Pubkey, )
interface/src/wasm.rs:111
Methodbase
(&mut self, base: Pubkey)
clients/rust/src/generated/instructions/assign_with_seed.rs:111
Methodbase
(&mut self, base: Pubkey)
clients/rust/src/generated/instructions/allocate_with_seed.rs:113
Methodbase
(&mut self, base: Pubkey)
clients/rust/src/generated/instructions/create_account_with_seed.rs:129
Methodbase_account
(&mut self, base_account: solana_program::pubkey::Pubkey)
clients/rust/src/generated/instructions/transfer_sol_with_seed.rs:116
Methodbase_account
(&mut self, base_account: solana_program::pubkey::Pubkey)
clients/rust/src/generated/instructions/assign_with_seed.rs:106
Methodbase_account
(&mut self, base_account: solana_program::pubkey::Pubkey)
clients/rust/src/generated/instructions/allocate_with_seed.rs:108
Methodbase_account
(&mut self, base_account: solana_program::pubkey::Pubkey)
clients/rust/src/generated/instructions/create_account_with_seed.rs:124
MethodcreateAccount
( from_pubkey: &Pubkey, to_pubkey: &Pubkey, lamports: u64, space: u64,
interface/src/wasm.rs:17
MethodcreateAccountWithSeed
( from_pubkey: &Pubkey, to_pubkey: &Pubkey, base: &Pubkey, seed: &str,
interface/src/wasm.rs:27
MethodcreateNonceAccount
( from_pubkey: &Pubkey, nonce_pubkey: &Pubkey, authority: &Pubkey, lamports: u
interface/src/wasm.rs:88
Functioncreate_nonce_account_with_seed
( from_pubkey: &Pubkey, nonce_pubkey: &Pubkey, base: &Pubkey, seed: &str, authority: &Pubk
interface/src/instruction.rs:1186
Methoddefault
()
clients/rust/src/generated/instructions/assign.rs:60
Methoddefault
()
clients/rust/src/generated/instructions/transfer_sol_with_seed.rs:75
Methoddefault
()
clients/rust/src/generated/instructions/assign_with_seed.rs:67
Methoddefault
()
clients/rust/src/generated/instructions/authorize_nonce_account.rs:68
Methoddefault
()
clients/rust/src/generated/instructions/transfer_sol.rs:65
Methoddefault
()
clients/rust/src/generated/instructions/advance_nonce_account.rs:67
Methoddefault
()
clients/rust/src/generated/instructions/upgrade_nonce_account.rs:55
Methoddefault
()
clients/rust/src/generated/instructions/initialize_nonce_account.rs:74
Methoddefault
()
clients/rust/src/generated/instructions/allocate_with_seed.rs:67
Methoddefault
()
clients/rust/src/generated/instructions/create_account.rs:65
Methoddefault
()
clients/rust/src/generated/instructions/allocate.rs:59
Methoddefault
()
clients/rust/src/generated/instructions/create_account_with_seed.rs:74
Methoddefault
()
clients/rust/src/generated/instructions/withdraw_nonce_account.rs:85
Methoddestination
(&mut self, destination: solana_program::pubkey::Pubkey)
clients/rust/src/generated/instructions/transfer_sol_with_seed.rs:121
Methoddestination
(&mut self, destination: solana_program::pubkey::Pubkey)
clients/rust/src/generated/instructions/transfer_sol.rs:100
← previousnext →101–200 of 367, ranked by callers