MCPcopy Create free account

hub / github.com/Access-Labs-Inc/access-protocol / functions

Functions476 in github.com/Access-Labs-Inc/access-protocol

↓ 1 callersFunctionprocess_sign_bond
( program_id: &Pubkey, accounts: &[AccountInfo], params: Params, )
smart-contract/program/src/processor/sign_bond.rs:57
↓ 1 callersFunctionprocess_stake
( program_id: &Pubkey, accounts: &[AccountInfo], params: Params, )
smart-contract/program/src/processor/stake.rs:130
↓ 1 callersFunctionprocess_unlock_bond_tokens
( program_id: &Pubkey, accounts: &[AccountInfo], _params: Params, )
smart-contract/program/src/processor/unlock_bond_tokens.rs:99
↓ 1 callersFunctionprocess_unlock_bond_v2
( program_id: &Pubkey, accounts: &[AccountInfo], _params: Params, )
smart-contract/program/src/processor/unlock_bond_v2.rs:120
↓ 1 callersFunctionprocess_unstake
( program_id: &Pubkey, accounts: &[AccountInfo], params: Params, )
smart-contract/program/src/processor/unstake.rs:121
↓ 1 callersMethodpush_balances_buff
( &mut self, current_offset: u64, rewards: RewardsTuple, )
smart-contract/program/src/state.rs:212
↓ 1 callersFunctionsendIxs
(connection: Connection, ixs: TransactionInstruction[], signers: Signer[])
scripts/drop-bond-v2.ts:64
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:48
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:95
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:148
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:212
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:265
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:353
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:400
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:458
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:510
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:572
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:637
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:727
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:783
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:880
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:960
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1030
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1174
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1233
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1335
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1388
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1441
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1493
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1588
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1690
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1758
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1828
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1875
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:1989
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:2065
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:2147
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:2223
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:2270
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:2352
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:2417
↓ 1 callersMethodserialize
()
smart-contract/js/src/raw_instructions.ts:2464
↓ 1 callersFunctionsetNewAuthority
( connection: Connection, mintAddress: PublicKey, mintAuthority: Signer, newAuthorityWallet: PublicKey
scripts/spl-set-authority.ts:26
↓ 1 callersFunctionset_fee_recipients
( connection: &RpcClient, program_id: Pubkey, authority: &Keypair, recipients: Vec<access_prot
smart-contract/program/tests/devnet.rs:345
↓ 1 callersFunctionsign_send_instructions_without_authority
( ctx: &mut ProgramTestContext, instructions: Vec<Instruction>, signers: Vec<&Keypair>, )
smart-contract/program/tests/common/utils.rs:29
↓ 1 callersFunctionunlock_bond_v2
( program_id: Pubkey, accounts: unlock_bond_v2::Accounts<Pubkey>, params: unlock_bond_v2::Params,
smart-contract/program/src/instruction.rs:569
↓ 1 callersFunctionunstake
( connection: Connection, user: PublicKey, pool: PublicKey, amount: number, programId = ACCESS_PROGR
smart-contract/js/src/bindings.ts:482
↓ 1 callersFunctionupdateMetadata
( connection: Connection, mintAddress: PublicKey, mintAuthority: Keypair, metadata: Metadata, )
scripts/create-devnet-spl-token.ts:102
↓ 1 callersFunctionwaitForEnter
(message: string)
scripts/create-devnet-spl-token.ts:18
FunctionadminChangeCentralStateAuthority
( connection: Connection, newAuthority: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:545
FunctionadminChangeFreezeAuthority
( connection: Connection, newFreezeAuthority: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:565
FunctionadminChangeInflation
( connection: Connection, newInflation: BN, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:57
FunctionadminFreeze
( connection: Connection, accountToFreeze: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/v1_bindings.ts:237
FunctionadminProgramFreeze
( freezeAuthority: PublicKey, freezeMask: BN = new BN.BN(0), programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:861
FunctionadminRenounce
( connection: Connection, instruction: TaggedInstruction, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:883
FunctionadminSetProtocolFee
( connection: Connection, protocolFeeBasisPoints: number, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:818
FunctionadminSetupFeeSplit
( connection: Connection, recipients: FeeRecipient[], programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:758
MethodcalculateFee
(amount: BN)
smart-contract/js/src/state.ts:475
Functioncan_change_minimum_stake_amount
()
smart-contract/program/tests/pool_settings.rs:9
Functioncan_change_stakers_part
()
smart-contract/program/tests/pool_settings.rs:32
Functioncannot_be_activated_if_not_created
()
smart-contract/program/tests/pool_setup.rs:64
Functioncannot_be_activated_twice
()
smart-contract/program/tests/pool_setup.rs:90
Functioncannot_be_called_before_activation
()
smart-contract/program/tests/pool_setup.rs:110
Functioncannot_be_created_twice
()
smart-contract/program/tests/pool_setup.rs:75
Functioncannot_change_stakers_part_to_invalid
()
smart-contract/program/tests/pool_setup.rs:41
FunctionchangePoolMinimum
( connection: Connection, stakePoolKey: PublicKey, newMinimum: number, programId = ACCESS_PROGRAM_ID,
smart-contract/js/src/bindings.ts:78
FunctionchangePoolMultiplier
( connection: Connection, stakePoolKey: PublicKey, newMultiplier: number, programId = ACCESS_PROGRAM_I
smart-contract/js/src/bindings.ts:524
Functionchange_authority
()
smart-contract/program/tests/basic_functionality.rs:32
Functionchange_inflation
( program_id: Pubkey, accounts: change_inflation::Accounts<Pubkey>, params: change_inflation::Para
smart-contract/program/src/instruction.rs:510
Functionchange_protocol_fee
()
smart-contract/program/tests/protocol_fee.rs:13
FunctionclaimBond
( connection: Connection, bondAccount: PublicKey, buyer: PublicKey, quoteTokenSource: PublicKey, pro
smart-contract/js/src/v1_bindings.ts:38
FunctionclaimBondRewards
( connection: Connection, bondAccount: PublicKey, rewardsDestination: PublicKey, programId = ACCESS_PR
smart-contract/js/src/bindings.ts:118
FunctionclaimPoolRewards
( connection: Connection, stakePoolAccount: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:156
Functionclaim_before_crank
()
smart-contract/program/tests/claim-before-crank.rs:9
Methodclaim_pool_rewards_signed
( &mut self, stake_pool_owner: &Keypair, )
smart-contract/program/tests/common/test_runner.rs:548
FunctioncloseRoyaltyAccount
( connection: Connection, royaltyPayer: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:942
FunctioncloseStakeAccount
( connection: Connection, stakeAccount: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/v1_bindings.ts:76
FunctioncloseStakePool
( connection: Connection, stakePoolAccount: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/v1_bindings.ts:100
Functioncommon_stake_limit
()
smart-contract/program/tests/common_stake_limit.rs:9
Functioncommon_unstake_limit
()
smart-contract/program/tests/common_unstake_limit.rs:8
Methodconstructor
( input: string | number | BN | Uint8Array | Buffer | number[], number?: number )
smart-contract/js/src/u64.ts:7
Methodconstructor
(obj: { recipients: FeeRecipient[] })
smart-contract/js/src/raw_instructions.ts:43
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:91
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:144
Methodconstructor
(obj: { dailyInflation: BN; })
smart-contract/js/src/raw_instructions.ts:205
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:261
Methodconstructor
(obj: { protocolFeeBasisPoints: number; })
smart-contract/js/src/raw_instructions.ts:346
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:396
Methodconstructor
(obj: { ix: number; })
smart-contract/js/src/raw_instructions.ts:451
Methodconstructor
(obj: { newMinimum: BN; })
smart-contract/js/src/raw_instructions.ts:503
Methodconstructor
(obj: { unlockTimestamp: BN | null; owner: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:563
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:633
Methodconstructor
(obj: { sellerIndex: BN; })
smart-contract/js/src/raw_instructions.ts:720
Methodconstructor
(obj: { allowZeroRewards: number })
smart-contract/js/src/raw_instructions.ts:778
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:876
Methodconstructor
(obj: { royaltyBasisPoints: number; expirationDate: BN; royaltyAta: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:949
Methodconstructor
(obj: { ixGate: BN; })
smart-contract/js/src/raw_instructions.ts:1023
Methodconstructor
(obj: { amount: BN; })
smart-contract/js/src/raw_instructions.ts:1075
Methodconstructor
(obj: { dailyInflation: BN; authority: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:1165
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:1229
← previousnext →201–300 of 476, ranked by callers