Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Access-Labs-Inc/access-protocol
/ functions
Functions
476 in github.com/Access-Labs-Inc/access-protocol
⨍
Functions
476
◇
Types & classes
190
↓ 1 callers
Function
process_sign_bond
( program_id: &Pubkey, accounts: &[AccountInfo], params: Params, )
smart-contract/program/src/processor/sign_bond.rs:57
↓ 1 callers
Function
process_stake
( program_id: &Pubkey, accounts: &[AccountInfo], params: Params, )
smart-contract/program/src/processor/stake.rs:130
↓ 1 callers
Function
process_unlock_bond_tokens
( program_id: &Pubkey, accounts: &[AccountInfo], _params: Params, )
smart-contract/program/src/processor/unlock_bond_tokens.rs:99
↓ 1 callers
Function
process_unlock_bond_v2
( program_id: &Pubkey, accounts: &[AccountInfo], _params: Params, )
smart-contract/program/src/processor/unlock_bond_v2.rs:120
↓ 1 callers
Function
process_unstake
( program_id: &Pubkey, accounts: &[AccountInfo], params: Params, )
smart-contract/program/src/processor/unstake.rs:121
↓ 1 callers
Method
push_balances_buff
( &mut self, current_offset: u64, rewards: RewardsTuple, )
smart-contract/program/src/state.rs:212
↓ 1 callers
Function
sendIxs
(connection: Connection, ixs: TransactionInstruction[], signers: Signer[])
scripts/drop-bond-v2.ts:64
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:48
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:95
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:148
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:212
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:265
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:353
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:400
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:458
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:510
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:572
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:637
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:727
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:783
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:880
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:960
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1030
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1174
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1233
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1335
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1388
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1441
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1493
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1588
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1690
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1758
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1828
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1875
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:1989
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:2065
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:2147
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:2223
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:2270
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:2352
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:2417
↓ 1 callers
Method
serialize
()
smart-contract/js/src/raw_instructions.ts:2464
↓ 1 callers
Function
setNewAuthority
( connection: Connection, mintAddress: PublicKey, mintAuthority: Signer, newAuthorityWallet: PublicKey
scripts/spl-set-authority.ts:26
↓ 1 callers
Function
set_fee_recipients
( connection: &RpcClient, program_id: Pubkey, authority: &Keypair, recipients: Vec<access_prot
smart-contract/program/tests/devnet.rs:345
↓ 1 callers
Function
sign_send_instructions_without_authority
( ctx: &mut ProgramTestContext, instructions: Vec<Instruction>, signers: Vec<&Keypair>, )
smart-contract/program/tests/common/utils.rs:29
↓ 1 callers
Function
unlock_bond_v2
( program_id: Pubkey, accounts: unlock_bond_v2::Accounts<Pubkey>, params: unlock_bond_v2::Params,
smart-contract/program/src/instruction.rs:569
↓ 1 callers
Function
unstake
( connection: Connection, user: PublicKey, pool: PublicKey, amount: number, programId = ACCESS_PROGR
smart-contract/js/src/bindings.ts:482
↓ 1 callers
Function
updateMetadata
( connection: Connection, mintAddress: PublicKey, mintAuthority: Keypair, metadata: Metadata, )
scripts/create-devnet-spl-token.ts:102
↓ 1 callers
Function
waitForEnter
(message: string)
scripts/create-devnet-spl-token.ts:18
Function
adminChangeCentralStateAuthority
( connection: Connection, newAuthority: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:545
Function
adminChangeFreezeAuthority
( connection: Connection, newFreezeAuthority: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:565
Function
adminChangeInflation
( connection: Connection, newInflation: BN, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:57
Function
adminFreeze
( connection: Connection, accountToFreeze: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/v1_bindings.ts:237
Function
adminProgramFreeze
( freezeAuthority: PublicKey, freezeMask: BN = new BN.BN(0), programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:861
Function
adminRenounce
( connection: Connection, instruction: TaggedInstruction, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:883
Function
adminSetProtocolFee
( connection: Connection, protocolFeeBasisPoints: number, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:818
Function
adminSetupFeeSplit
( connection: Connection, recipients: FeeRecipient[], programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:758
Method
calculateFee
(amount: BN)
smart-contract/js/src/state.ts:475
Function
can_change_minimum_stake_amount
()
smart-contract/program/tests/pool_settings.rs:9
Function
can_change_stakers_part
()
smart-contract/program/tests/pool_settings.rs:32
Function
cannot_be_activated_if_not_created
()
smart-contract/program/tests/pool_setup.rs:64
Function
cannot_be_activated_twice
()
smart-contract/program/tests/pool_setup.rs:90
Function
cannot_be_called_before_activation
()
smart-contract/program/tests/pool_setup.rs:110
Function
cannot_be_created_twice
()
smart-contract/program/tests/pool_setup.rs:75
Function
cannot_change_stakers_part_to_invalid
()
smart-contract/program/tests/pool_setup.rs:41
Function
changePoolMinimum
( connection: Connection, stakePoolKey: PublicKey, newMinimum: number, programId = ACCESS_PROGRAM_ID,
smart-contract/js/src/bindings.ts:78
Function
changePoolMultiplier
( connection: Connection, stakePoolKey: PublicKey, newMultiplier: number, programId = ACCESS_PROGRAM_I
smart-contract/js/src/bindings.ts:524
Function
change_authority
()
smart-contract/program/tests/basic_functionality.rs:32
Function
change_inflation
( program_id: Pubkey, accounts: change_inflation::Accounts<Pubkey>, params: change_inflation::Para
smart-contract/program/src/instruction.rs:510
Function
change_protocol_fee
()
smart-contract/program/tests/protocol_fee.rs:13
Function
claimBond
( connection: Connection, bondAccount: PublicKey, buyer: PublicKey, quoteTokenSource: PublicKey, pro
smart-contract/js/src/v1_bindings.ts:38
Function
claimBondRewards
( connection: Connection, bondAccount: PublicKey, rewardsDestination: PublicKey, programId = ACCESS_PR
smart-contract/js/src/bindings.ts:118
Function
claimPoolRewards
( connection: Connection, stakePoolAccount: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:156
Function
claim_before_crank
()
smart-contract/program/tests/claim-before-crank.rs:9
Method
claim_pool_rewards_signed
( &mut self, stake_pool_owner: &Keypair, )
smart-contract/program/tests/common/test_runner.rs:548
Function
closeRoyaltyAccount
( connection: Connection, royaltyPayer: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:942
Function
closeStakeAccount
( connection: Connection, stakeAccount: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/v1_bindings.ts:76
Function
closeStakePool
( connection: Connection, stakePoolAccount: PublicKey, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/v1_bindings.ts:100
Function
common_stake_limit
()
smart-contract/program/tests/common_stake_limit.rs:9
Function
common_unstake_limit
()
smart-contract/program/tests/common_unstake_limit.rs:8
Method
constructor
( input: string | number | BN | Uint8Array | Buffer | number[], number?: number )
smart-contract/js/src/u64.ts:7
Method
constructor
(obj: { recipients: FeeRecipient[] })
smart-contract/js/src/raw_instructions.ts:43
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:91
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:144
Method
constructor
(obj: { dailyInflation: BN; })
smart-contract/js/src/raw_instructions.ts:205
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:261
Method
constructor
(obj: { protocolFeeBasisPoints: number; })
smart-contract/js/src/raw_instructions.ts:346
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:396
Method
constructor
(obj: { ix: number; })
smart-contract/js/src/raw_instructions.ts:451
Method
constructor
(obj: { newMinimum: BN; })
smart-contract/js/src/raw_instructions.ts:503
Method
constructor
(obj: { unlockTimestamp: BN | null; owner: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:563
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:633
Method
constructor
(obj: { sellerIndex: BN; })
smart-contract/js/src/raw_instructions.ts:720
Method
constructor
(obj: { allowZeroRewards: number })
smart-contract/js/src/raw_instructions.ts:778
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:876
Method
constructor
(obj: { royaltyBasisPoints: number; expirationDate: BN; royaltyAta: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:949
Method
constructor
(obj: { ixGate: BN; })
smart-contract/js/src/raw_instructions.ts:1023
Method
constructor
(obj: { amount: BN; })
smart-contract/js/src/raw_instructions.ts:1075
Method
constructor
(obj: { dailyInflation: BN; authority: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:1165
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:1229
← previous
next →
201–300 of 476, ranked by callers