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
Method
constructor
(obj: { newMultiplier: BN; })
smart-contract/js/src/raw_instructions.ts:1328
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:1384
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:1437
Method
constructor
(obj: { amount: BN; })
smart-contract/js/src/raw_instructions.ts:1486
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:1584
Method
constructor
(obj: { name: string; symbol: string; uri: string; })
smart-contract/js/src/raw_instructions.ts:1679
Method
constructor
(obj: { nonce: number; owner: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:1749
Method
constructor
(obj: { newFreezeAuthority: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:1821
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:1871
Method
constructor
(obj: { buyer: Uint8Array; totalAmountSold: BN; totalQuoteAmount: BN; quoteMint: Uint8Array;
smart-contract/js/src/raw_instructions.ts:1966
Method
constructor
(obj: { amount: BN; })
smart-contract/js/src/raw_instructions.ts:2058
Method
constructor
(obj: { minimumStakeAmount: BN; })
smart-contract/js/src/raw_instructions.ts:2140
Method
constructor
(obj: { newAuthority: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:2216
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:2266
Method
constructor
(obj: { amount: BN; })
smart-contract/js/src/raw_instructions.ts:2345
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:2413
Method
constructor
()
smart-contract/js/src/raw_instructions.ts:2460
Method
constructor
(obj: { poolReward: BN; stakersReward: BN })
smart-contract/js/src/state.ts:53
Method
constructor
(obj: { tag: number; nonce: number; currentDayIdx: number; _padding: Uint8Array; minimumSt
smart-contract/js/src/state.ts:108
Method
constructor
(obj: { tag: number; owner: Uint8Array; stakeAmount: BN; stakePool: Uint8Array; lastClaime
smart-contract/js/src/state.ts:195
Method
constructor
(obj: { tag: number; signerNonce: number; dailyInflation: BN; tokenMint: Uint8Array; autho
smart-contract/js/src/state.ts:283
Method
constructor
(obj: { owner: PublicKey; percentage: BN })
smart-contract/js/src/state.ts:342
Method
constructor
(obj: { tag: number; bumpSeed: number; dailyInflation: BN; tokenMint: Uint8Array; authorit
smart-contract/js/src/state.ts:403
Method
constructor
(obj: { tag: number; owner: Uint8Array; totalAmountSold: BN; totalStaked: BN; totalQuoteAm
smart-contract/js/src/state.ts:536
Method
constructor
(obj: { tag: number; owner: Uint8Array; amount: BN; pool: Uint8Array; lastClaimedOffset: B
smart-contract/js/src/state.ts:644
Method
constructor
(obj: { tag: number; rentPayer: Uint8Array; royaltyPayer: Uint8Array; recipientAta: Uint8Array
smart-contract/js/src/state.ts:736
Method
constructor
(token: Keypair, connection: Connection, feePayer: Keypair, mintAuthority: PublicKey)
smart-contract/js/tests/utils.ts:149
Function
createBond
( seller: PublicKey, buyer: PublicKey, totalAmountSold: number, totalQuoteAmount: number, quoteMint:
smart-contract/js/src/v1_bindings.ts:135
Function
createRoyaltyAccount
( feePayer: PublicKey, royaltyPayer: PublicKey, royaltyDestination: PublicKey, royaltyBasisPoints: num
smart-contract/js/src/bindings.ts:910
Method
create_account
( program_id: &Pubkey, system_program: &AccountInfo<'a>, fee_payer: &AccountInfo<'a>,
smart-contract/program/src/cpi.rs:11
Function
create_and_activate_pool
()
smart-contract/program/tests/pool_setup.rs:11
Method
create_key
( nonce: &u8, owner: &Pubkey, program_id: &Pubkey, )
smart-contract/program/src/state.rs:244
Function
devnet
()
smart-contract/program/tests/devnet.rs:23
Function
distributeFees
( connection: Connection, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:781
Function
distribute_fees
( program_id: Pubkey, accounts: distribute_fees::Accounts<Pubkey>, params: distribute_fees::Params
smart-contract/program/src/instruction.rs:719
Function
end_to_end
()
smart-contract/program/tests/end_to_end.rs:15
Function
fee_split
()
smart-contract/program/tests/fee_split.rs:11
Method
find_key
(owner: &Pubkey, program_id: &Pubkey)
smart-contract/program/src/state.rs:256
Method
fromBuffer
* Construct a u64 from Buffer representation
smart-contract/js/src/u64.ts:37
Method
from_account_info
(a: &AccountInfo)
smart-contract/program/src/state.rs:374
Method
from_buffer
(buf: &[u8])
smart-contract/program/src/state.rs:189
Method
from_central_state
(central_state: CentralState)
smart-contract/program/src/state.rs:543
Function
fullLock
( connection: Connection, user: PublicKey, pool: PublicKey, feePayer: PublicKey, amount: number, c
smart-contract/js/src/secondary_bindings.ts:423
Function
fullUnlock
( connection: Connection, user: PublicKey, pool: PublicKey, amount: number, currentTimestamp: number
smart-contract/js/src/secondary_bindings.ts:657
Function
fullUserRewardClaim
( connection: Connection, user: PublicKey, feePayer: PublicKey, feePayerCompensation = 0, programId
smart-contract/js/src/secondary_bindings.ts:741
Function
full_system_test
()
smart-contract/program/tests/full.rs:12
Function
functional_10s
()
smart-contract/program/tests/functional.rs:28
Function
getActiveRoyaltyPayers
( connection: Connection, recipient: PublicKey, currentTimestamp: number, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:217
Function
getAllActiveBonds
( connection: Connection, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:282
Function
getAllInactiveBonds
( connection: Connection, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:259
Function
getAllInactiveStakePools
( connection: Connection, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:191
Method
getAssociatedTokenAccount
(wallet: PublicKey)
smart-contract/js/tests/utils.ts:197
Function
getFreezeMask
(ixs: TaggedInstruction[])
smart-contract/js/src/utils.ts:34
Method
getInstruction
( programId: PublicKey, authority: PublicKey, centralState: PublicKey, )
smart-contract/js/src/raw_instructions.ts:52
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, systemProgram: PublicKey, feePayer: PublicKey
smart-contract/js/src/raw_instructions.ts:99
Method
getInstruction
( programId: PublicKey, stakePoolAccount: PublicKey, poolVault: PublicKey, owner: PublicKey,
smart-contract/js/src/raw_instructions.ts:152
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, mint: PublicKey, )
smart-contract/js/src/raw_instructions.ts:216
Method
getInstruction
( programId: PublicKey, bondAccount: PublicKey, bondOwner: PublicKey, mint: PublicKey, acc
smart-contract/js/src/raw_instructions.ts:269
Method
getInstruction
( programId: PublicKey, authority: PublicKey, centralState: PublicKey, )
smart-contract/js/src/raw_instructions.ts:357
Method
getInstruction
( programId: PublicKey, authority: PublicKey, accountToFreeze: PublicKey, centralState: Public
smart-contract/js/src/raw_instructions.ts:404
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, )
smart-contract/js/src/raw_instructions.ts:462
Method
getInstruction
( programId: PublicKey, stakePool: PublicKey, stakePoolOwner: PublicKey, centralState: PublicK
smart-contract/js/src/raw_instructions.ts:514
Method
getInstruction
( programId: PublicKey, bondV2Account: PublicKey, systemProgram: PublicKey, pool: PublicKey,
smart-contract/js/src/raw_instructions.ts:576
Method
getInstruction
( programId: PublicKey, stakePool: PublicKey, owner: PublicKey, rewardsDestination: PublicKey,
smart-contract/js/src/raw_instructions.ts:641
Method
getInstruction
( programId: PublicKey, seller: PublicKey, bondAccount: PublicKey, centralState: PublicKey,
smart-contract/js/src/raw_instructions.ts:731
Method
getInstruction
( programId: PublicKey, stakePool: PublicKey, stakeAccount: PublicKey, owner: PublicKey, r
smart-contract/js/src/raw_instructions.ts:787
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, centralStateVault: PublicKey, splTokenProgram
smart-contract/js/src/raw_instructions.ts:884
Method
getInstruction
( programId: PublicKey, royaltyAccount: PublicKey, feePayer: PublicKey, royaltyPayer: PublicKe
smart-contract/js/src/raw_instructions.ts:964
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, )
smart-contract/js/src/raw_instructions.ts:1034
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, systemProgram: PublicKey, feePayer: PublicKey
smart-contract/js/src/raw_instructions.ts:1178
Method
getInstruction
( programId: PublicKey, pool: PublicKey, bondV2Account: PublicKey, owner: PublicKey, rewar
smart-contract/js/src/raw_instructions.ts:1237
Method
getInstruction
( programId: PublicKey, stakePool: PublicKey, stakePoolOwner: PublicKey, centralState: PublicK
smart-contract/js/src/raw_instructions.ts:1339
Method
getInstruction
( programId: PublicKey, stakeAccount: PublicKey, owner: PublicKey, centralState: PublicKey,
smart-contract/js/src/raw_instructions.ts:1392
Method
getInstruction
( programId: PublicKey, stakePool: PublicKey, centralState: PublicKey, )
smart-contract/js/src/raw_instructions.ts:1445
Method
getInstruction
( programId: PublicKey, from: PublicKey, fromAta: PublicKey, bondV2Account: PublicKey, cen
smart-contract/js/src/raw_instructions.ts:1497
Method
getInstruction
( programId: PublicKey, bondAccount: PublicKey, buyer: PublicKey, quoteTokenSource: PublicKey,
smart-contract/js/src/raw_instructions.ts:1592
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, metadata: PublicKey,
smart-contract/js/src/raw_instructions.ts:1694
Method
getInstruction
( programId: PublicKey, stakeAccount: PublicKey, systemProgram: PublicKey, stakePool: PublicKe
smart-contract/js/src/raw_instructions.ts:1762
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, )
smart-contract/js/src/raw_instructions.ts:1832
Method
getInstruction
( programId: PublicKey, stakePool: PublicKey, bondAccount: PublicKey, bondOwner: PublicKey,
smart-contract/js/src/raw_instructions.ts:1879
Method
getInstruction
( programId: PublicKey, seller: PublicKey, bondAccount: PublicKey, stakePool: PublicKey, s
smart-contract/js/src/raw_instructions.ts:1993
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, stakeAccount: PublicKey, stakePool: PublicKey
smart-contract/js/src/raw_instructions.ts:2069
Method
getInstruction
( programId: PublicKey, stakePoolAccount: PublicKey, systemProgram: PublicKey, owner: PublicKe
smart-contract/js/src/raw_instructions.ts:2151
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, )
smart-contract/js/src/raw_instructions.ts:2227
Method
getInstruction
( programId: PublicKey, centralState: PublicKey, bondV2Account: PublicKey, owner: PublicKey,
smart-contract/js/src/raw_instructions.ts:2274
Method
getInstruction
( programId: PublicKey, authority: PublicKey, mint: PublicKey, accessTokenDestination: PublicK
smart-contract/js/src/raw_instructions.ts:2356
Method
getInstruction
( programId: PublicKey, stakePool: PublicKey, centralState: PublicKey, )
smart-contract/js/src/raw_instructions.ts:2421
Method
getInstruction
( programId: PublicKey, royaltyAccount: PublicKey, royaltyPayer: PublicKey, rentDestination: P
smart-contract/js/src/raw_instructions.ts:2468
Method
getKey
* This method can be used to derive the stake account key * @param programId The ACCESS program ID * @param owner The key of the stake account o
smart-contract/js/src/state.ts:236
Method
getKey
* This method can be used to derive the central state key * @param programId The ACCESS program ID * @returns
smart-contract/js/src/state.ts:328
Method
getKey
* This method can be used to derive the central state key * @param programId The ACCESS program ID * @returns
smart-contract/js/src/state.ts:471
Method
getKey
* This method can be used to derive the bond account key * @param programId The ACCESS program ID * @param owner The owner of the bond * @par
smart-contract/js/src/state.ts:597
Method
getKey
* This method can be used to derive the stake account key * @param programId The ACCESS program ID * @param owner The key of the stake account o
smart-contract/js/src/state.ts:688
Method
getKey
* This method can be used to derive the stake account key * @param programId The ACCESS program ID * @param royaltyPayer The key of the royalty
smart-contract/js/src/state.ts:776
Function
getStakeAccounts
( connection: Connection, owner: PublicKey, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:44
Function
getStakePools
( connection: Connection, owner: PublicKey, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:75
Method
get_ata_balance
(&mut self, owner: &Pubkey)
smart-contract/program/tests/common/test_runner.rs:1394
Method
get_authority
(&self)
smart-contract/program/tests/common/test_runner.rs:1225
Method
get_bond_seller
(&self)
smart-contract/program/tests/common/test_runner.rs:1241
Method
get_bond_seller_ata
(&self)
smart-contract/program/tests/common/test_runner.rs:1245
← previous
next →
301–400 of 476, ranked by callers