MCPcopy Create free account

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

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

Methodconstructor
(obj: { newMultiplier: BN; })
smart-contract/js/src/raw_instructions.ts:1328
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:1384
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:1437
Methodconstructor
(obj: { amount: BN; })
smart-contract/js/src/raw_instructions.ts:1486
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:1584
Methodconstructor
(obj: { name: string; symbol: string; uri: string; })
smart-contract/js/src/raw_instructions.ts:1679
Methodconstructor
(obj: { nonce: number; owner: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:1749
Methodconstructor
(obj: { newFreezeAuthority: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:1821
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:1871
Methodconstructor
(obj: { buyer: Uint8Array; totalAmountSold: BN; totalQuoteAmount: BN; quoteMint: Uint8Array;
smart-contract/js/src/raw_instructions.ts:1966
Methodconstructor
(obj: { amount: BN; })
smart-contract/js/src/raw_instructions.ts:2058
Methodconstructor
(obj: { minimumStakeAmount: BN; })
smart-contract/js/src/raw_instructions.ts:2140
Methodconstructor
(obj: { newAuthority: Uint8Array; })
smart-contract/js/src/raw_instructions.ts:2216
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:2266
Methodconstructor
(obj: { amount: BN; })
smart-contract/js/src/raw_instructions.ts:2345
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:2413
Methodconstructor
()
smart-contract/js/src/raw_instructions.ts:2460
Methodconstructor
(obj: { poolReward: BN; stakersReward: BN })
smart-contract/js/src/state.ts:53
Methodconstructor
(obj: { tag: number; nonce: number; currentDayIdx: number; _padding: Uint8Array; minimumSt
smart-contract/js/src/state.ts:108
Methodconstructor
(obj: { tag: number; owner: Uint8Array; stakeAmount: BN; stakePool: Uint8Array; lastClaime
smart-contract/js/src/state.ts:195
Methodconstructor
(obj: { tag: number; signerNonce: number; dailyInflation: BN; tokenMint: Uint8Array; autho
smart-contract/js/src/state.ts:283
Methodconstructor
(obj: { owner: PublicKey; percentage: BN })
smart-contract/js/src/state.ts:342
Methodconstructor
(obj: { tag: number; bumpSeed: number; dailyInflation: BN; tokenMint: Uint8Array; authorit
smart-contract/js/src/state.ts:403
Methodconstructor
(obj: { tag: number; owner: Uint8Array; totalAmountSold: BN; totalStaked: BN; totalQuoteAm
smart-contract/js/src/state.ts:536
Methodconstructor
(obj: { tag: number; owner: Uint8Array; amount: BN; pool: Uint8Array; lastClaimedOffset: B
smart-contract/js/src/state.ts:644
Methodconstructor
(obj: { tag: number; rentPayer: Uint8Array; royaltyPayer: Uint8Array; recipientAta: Uint8Array
smart-contract/js/src/state.ts:736
Methodconstructor
(token: Keypair, connection: Connection, feePayer: Keypair, mintAuthority: PublicKey)
smart-contract/js/tests/utils.ts:149
FunctioncreateBond
( seller: PublicKey, buyer: PublicKey, totalAmountSold: number, totalQuoteAmount: number, quoteMint:
smart-contract/js/src/v1_bindings.ts:135
FunctioncreateRoyaltyAccount
( feePayer: PublicKey, royaltyPayer: PublicKey, royaltyDestination: PublicKey, royaltyBasisPoints: num
smart-contract/js/src/bindings.ts:910
Methodcreate_account
( program_id: &Pubkey, system_program: &AccountInfo<'a>, fee_payer: &AccountInfo<'a>,
smart-contract/program/src/cpi.rs:11
Functioncreate_and_activate_pool
()
smart-contract/program/tests/pool_setup.rs:11
Methodcreate_key
( nonce: &u8, owner: &Pubkey, program_id: &Pubkey, )
smart-contract/program/src/state.rs:244
Functiondevnet
()
smart-contract/program/tests/devnet.rs:23
FunctiondistributeFees
( connection: Connection, programId = ACCESS_PROGRAM_ID, )
smart-contract/js/src/bindings.ts:781
Functiondistribute_fees
( program_id: Pubkey, accounts: distribute_fees::Accounts<Pubkey>, params: distribute_fees::Params
smart-contract/program/src/instruction.rs:719
Functionend_to_end
()
smart-contract/program/tests/end_to_end.rs:15
Functionfee_split
()
smart-contract/program/tests/fee_split.rs:11
Methodfind_key
(owner: &Pubkey, program_id: &Pubkey)
smart-contract/program/src/state.rs:256
MethodfromBuffer
* Construct a u64 from Buffer representation
smart-contract/js/src/u64.ts:37
Methodfrom_account_info
(a: &AccountInfo)
smart-contract/program/src/state.rs:374
Methodfrom_buffer
(buf: &[u8])
smart-contract/program/src/state.rs:189
Methodfrom_central_state
(central_state: CentralState)
smart-contract/program/src/state.rs:543
FunctionfullLock
( connection: Connection, user: PublicKey, pool: PublicKey, feePayer: PublicKey, amount: number, c
smart-contract/js/src/secondary_bindings.ts:423
FunctionfullUnlock
( connection: Connection, user: PublicKey, pool: PublicKey, amount: number, currentTimestamp: number
smart-contract/js/src/secondary_bindings.ts:657
FunctionfullUserRewardClaim
( connection: Connection, user: PublicKey, feePayer: PublicKey, feePayerCompensation = 0, programId
smart-contract/js/src/secondary_bindings.ts:741
Functionfull_system_test
()
smart-contract/program/tests/full.rs:12
Functionfunctional_10s
()
smart-contract/program/tests/functional.rs:28
FunctiongetActiveRoyaltyPayers
( connection: Connection, recipient: PublicKey, currentTimestamp: number, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:217
FunctiongetAllActiveBonds
( connection: Connection, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:282
FunctiongetAllInactiveBonds
( connection: Connection, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:259
FunctiongetAllInactiveStakePools
( connection: Connection, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:191
MethodgetAssociatedTokenAccount
(wallet: PublicKey)
smart-contract/js/tests/utils.ts:197
FunctiongetFreezeMask
(ixs: TaggedInstruction[])
smart-contract/js/src/utils.ts:34
MethodgetInstruction
( programId: PublicKey, authority: PublicKey, centralState: PublicKey, )
smart-contract/js/src/raw_instructions.ts:52
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, systemProgram: PublicKey, feePayer: PublicKey
smart-contract/js/src/raw_instructions.ts:99
MethodgetInstruction
( programId: PublicKey, stakePoolAccount: PublicKey, poolVault: PublicKey, owner: PublicKey,
smart-contract/js/src/raw_instructions.ts:152
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, mint: PublicKey, )
smart-contract/js/src/raw_instructions.ts:216
MethodgetInstruction
( programId: PublicKey, bondAccount: PublicKey, bondOwner: PublicKey, mint: PublicKey, acc
smart-contract/js/src/raw_instructions.ts:269
MethodgetInstruction
( programId: PublicKey, authority: PublicKey, centralState: PublicKey, )
smart-contract/js/src/raw_instructions.ts:357
MethodgetInstruction
( programId: PublicKey, authority: PublicKey, accountToFreeze: PublicKey, centralState: Public
smart-contract/js/src/raw_instructions.ts:404
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, )
smart-contract/js/src/raw_instructions.ts:462
MethodgetInstruction
( programId: PublicKey, stakePool: PublicKey, stakePoolOwner: PublicKey, centralState: PublicK
smart-contract/js/src/raw_instructions.ts:514
MethodgetInstruction
( programId: PublicKey, bondV2Account: PublicKey, systemProgram: PublicKey, pool: PublicKey,
smart-contract/js/src/raw_instructions.ts:576
MethodgetInstruction
( programId: PublicKey, stakePool: PublicKey, owner: PublicKey, rewardsDestination: PublicKey,
smart-contract/js/src/raw_instructions.ts:641
MethodgetInstruction
( programId: PublicKey, seller: PublicKey, bondAccount: PublicKey, centralState: PublicKey,
smart-contract/js/src/raw_instructions.ts:731
MethodgetInstruction
( programId: PublicKey, stakePool: PublicKey, stakeAccount: PublicKey, owner: PublicKey, r
smart-contract/js/src/raw_instructions.ts:787
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, centralStateVault: PublicKey, splTokenProgram
smart-contract/js/src/raw_instructions.ts:884
MethodgetInstruction
( programId: PublicKey, royaltyAccount: PublicKey, feePayer: PublicKey, royaltyPayer: PublicKe
smart-contract/js/src/raw_instructions.ts:964
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, )
smart-contract/js/src/raw_instructions.ts:1034
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, systemProgram: PublicKey, feePayer: PublicKey
smart-contract/js/src/raw_instructions.ts:1178
MethodgetInstruction
( programId: PublicKey, pool: PublicKey, bondV2Account: PublicKey, owner: PublicKey, rewar
smart-contract/js/src/raw_instructions.ts:1237
MethodgetInstruction
( programId: PublicKey, stakePool: PublicKey, stakePoolOwner: PublicKey, centralState: PublicK
smart-contract/js/src/raw_instructions.ts:1339
MethodgetInstruction
( programId: PublicKey, stakeAccount: PublicKey, owner: PublicKey, centralState: PublicKey,
smart-contract/js/src/raw_instructions.ts:1392
MethodgetInstruction
( programId: PublicKey, stakePool: PublicKey, centralState: PublicKey, )
smart-contract/js/src/raw_instructions.ts:1445
MethodgetInstruction
( programId: PublicKey, from: PublicKey, fromAta: PublicKey, bondV2Account: PublicKey, cen
smart-contract/js/src/raw_instructions.ts:1497
MethodgetInstruction
( programId: PublicKey, bondAccount: PublicKey, buyer: PublicKey, quoteTokenSource: PublicKey,
smart-contract/js/src/raw_instructions.ts:1592
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, metadata: PublicKey,
smart-contract/js/src/raw_instructions.ts:1694
MethodgetInstruction
( programId: PublicKey, stakeAccount: PublicKey, systemProgram: PublicKey, stakePool: PublicKe
smart-contract/js/src/raw_instructions.ts:1762
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, )
smart-contract/js/src/raw_instructions.ts:1832
MethodgetInstruction
( programId: PublicKey, stakePool: PublicKey, bondAccount: PublicKey, bondOwner: PublicKey,
smart-contract/js/src/raw_instructions.ts:1879
MethodgetInstruction
( programId: PublicKey, seller: PublicKey, bondAccount: PublicKey, stakePool: PublicKey, s
smart-contract/js/src/raw_instructions.ts:1993
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, stakeAccount: PublicKey, stakePool: PublicKey
smart-contract/js/src/raw_instructions.ts:2069
MethodgetInstruction
( programId: PublicKey, stakePoolAccount: PublicKey, systemProgram: PublicKey, owner: PublicKe
smart-contract/js/src/raw_instructions.ts:2151
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, authority: PublicKey, )
smart-contract/js/src/raw_instructions.ts:2227
MethodgetInstruction
( programId: PublicKey, centralState: PublicKey, bondV2Account: PublicKey, owner: PublicKey,
smart-contract/js/src/raw_instructions.ts:2274
MethodgetInstruction
( programId: PublicKey, authority: PublicKey, mint: PublicKey, accessTokenDestination: PublicK
smart-contract/js/src/raw_instructions.ts:2356
MethodgetInstruction
( programId: PublicKey, stakePool: PublicKey, centralState: PublicKey, )
smart-contract/js/src/raw_instructions.ts:2421
MethodgetInstruction
( programId: PublicKey, royaltyAccount: PublicKey, royaltyPayer: PublicKey, rentDestination: P
smart-contract/js/src/raw_instructions.ts:2468
MethodgetKey
* 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
MethodgetKey
* 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
MethodgetKey
* 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
MethodgetKey
* 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
MethodgetKey
* 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
MethodgetKey
* 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
FunctiongetStakeAccounts
( connection: Connection, owner: PublicKey, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:44
FunctiongetStakePools
( connection: Connection, owner: PublicKey, programId: PublicKey )
smart-contract/js/src/secondary_bindings.ts:75
Methodget_ata_balance
(&mut self, owner: &Pubkey)
smart-contract/program/tests/common/test_runner.rs:1394
Methodget_authority
(&self)
smart-contract/program/tests/common/test_runner.rs:1225
Methodget_bond_seller
(&self)
smart-contract/program/tests/common/test_runner.rs:1241
Methodget_bond_seller_ata
(&self)
smart-contract/program/tests/common/test_runner.rs:1245
← previousnext →301–400 of 476, ranked by callers