MCPcopy Create free account

hub / github.com/nifty-oss/asset / functions

Functions1,067 in github.com/nifty-oss/asset

↓ 2 callersMethodinstruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/asset/src/generated/instructions/handover.rs:26
↓ 2 callersMethodinstruction_with_remaining_accounts
( &self, args: ApproveInstructionArgs, remaining_accounts: &[solana_program::instructi
clients/rust/asset/src/generated/instructions/approve.rs:30
↓ 2 callersMethodinstruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/asset/src/generated/instructions/transfer.rs:28
↓ 2 callersMethodinstruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/asset/src/generated/instructions/burn.rs:28
↓ 2 callersMethodinstruction_with_remaining_accounts
( &self, args: ResizeInstructionArgs, remaining_accounts: &[solana_program::instructio
clients/rust/asset/src/generated/instructions/resize.rs:32
↓ 2 callersMethodinvoke
(&self)
programs/asset/interface/src/generated/instructions/lock.rs:146
↓ 2 callersMethodlength
(&self)
programs/asset/types/src/extensions/attributes.rs:52
↓ 2 callersMethodlength
(&self)
programs/asset/types/src/extensions/links.rs:41
↓ 2 callersFunctionniftyAsset
()
clients/js/asset/src/plugin.ts:4
↓ 2 callersFunctionniftyBridge
()
clients/js/bridge/src/plugin.ts:4
↓ 2 callersMethodowner
(&self)
programs/asset/program/src/utils.rs:122
↓ 2 callersFunctionprocess_allocate
( program_id: &Pubkey, ctx: Context<Allocate>, args: AllocateInput, )
programs/asset/program/src/processor/allocate.rs:30
↓ 2 callersFunctionprocess_group
Adds an asset to a group. ### Accounts: 0. `[writable]` asset 1. `[writable]` group 2. `[signer]` authority
programs/asset/program/src/processor/group.rs:22
↓ 2 callersMethodrecipient
(&mut self, recipient: Option<solana_program::pubkey::Pubkey>)
programs/asset/interface/src/generated/instructions/burn.rs:116
↓ 2 callersFunctionresolveBridgeAsset
( context: Pick<Context, 'eddsa' | 'programs'>, accounts: ResolvedAccounts, _args: any, programId: Pub
clients/js/bridge/src/hooked/resolvers.ts:5
↓ 2 callersMethodset
(&mut self, delegate: &Delegate)
programs/asset/types/src/extensions/manager.rs:69
↓ 2 callersMethodset
( &mut self, program: &Pubkey, seeds: &[u8; 32], bump: u8, authority:
programs/asset/types/src/extensions/proxy.rs:129
↓ 2 callersMethodset_data
Add a new attribute to the extension.
programs/asset/types/src/extensions/blob.rs:70
↓ 2 callersMethodset_extension_type
(&mut self, extension_type: ExtensionType)
programs/asset/types/src/extensions/mod.rs:93
↓ 2 callersMethodset_length
(&mut self, length: u32)
programs/asset/types/src/extensions/mod.rs:101
↓ 2 callersMethodsigner
(&mut self, signer: solana_program::pubkey::Pubkey)
programs/asset/interface/src/generated/instructions/lock.rs:83
↓ 2 callersFunctionungroup
( context: Pick<Context, 'identity' | 'programs'>, input: UngroupInstructionAccounts & { proxy?: PublicKey
clients/js/asset/src/ungroup.ts:12
↓ 2 callersFunctionvalidate
( extension_type: ExtensionType, input_data: &mut [u8], current_data: Option<&mut [u8]>, autho
programs/asset/program/src/processor/update.rs:388
↓ 2 callersFunctionwrite
( context: Pick< Context, 'eddsa' | 'identity' | 'payer' | 'programs' | 'transactions' >, input:
clients/js/asset/src/write.ts:30
↓ 1 callersMethodadd
Add a new creator to the extension.
programs/asset/types/src/extensions/creators.rs:187
↓ 1 callersFunctionand
(constraints: Constraint[])
clients/js/asset/src/constraints/and.ts:18
↓ 1 callersMethodauthorization_rules
( &mut self, authorization_rules: Option<solana_program::pubkey::Pubkey>, )
clients/rust/bridge/src/generated/instructions/bridge.rs:393
↓ 1 callersMethodauthorization_rules_program
( &mut self, authorization_rules_program: Option<solana_program::pubkey::Pubkey>, )
clients/rust/bridge/src/generated/instructions/bridge.rs:383
↓ 1 callersFunctionbucket
(data: number[] | Uint8Array)
clients/js/asset/src/extensions/bucket.ts:4
↓ 1 callersMethodbuild
(&mut self)
programs/asset/types/src/constraints/owned_by.rs:74
↓ 1 callersMethodbuild
(&mut self)
programs/asset/types/src/constraints/pubkey_match.rs:72
↓ 1 callersMethodbuild
(&mut self)
programs/asset/types/src/constraints/empty.rs:35
↓ 1 callersMethodbuild
(&self)
programs/asset/types/src/extensions/attributes.rs:190
↓ 1 callersMethodbuild
(&'a self)
programs/asset/types/src/extensions/royalties.rs:103
↓ 1 callersMethodbuild
(&'a self)
programs/asset/types/src/extensions/creators.rs:205
↓ 1 callersMethodbuild
(&self)
programs/asset/types/src/extensions/properties.rs:376
↓ 1 callersMethodbuild
(&'a self)
programs/asset/types/src/extensions/links.rs:179
↓ 1 callersFunctioncreateAssetProgram
()
clients/js/asset/src/generated/programs/asset.ts:20
↓ 1 callersFunctioncreateBridgeProgram
()
clients/js/bridge/src/generated/programs/bridge.ts:20
↓ 1 callersFunctioncreateCollectionNft
( umi: Umi, input: Omit< Parameters<typeof baseCreateNft>[1], 'mint' | 'amount' | 'tokenStandard'
clients/js/bridge/test/_setup.ts:56
↓ 1 callersFunctioncreateProxyProgram
()
clients/js/proxy/src/generated/programs/proxy.ts:20
↓ 1 callersFunctioncreateUmi
()
clients/js/bridge/test/royalties.test.ts:43
↓ 1 callersFunctioncreate_pda
(mint: Pubkey, bump: u8)
programs/bridge/src/state/bridged_asset.rs:6
↓ 1 callersMethoddata
(&mut self)
programs/asset/types/src/extensions/metadata.rs:213
↓ 1 callersMethoddata
(&mut self)
programs/asset/types/src/extensions/properties.rs:380
↓ 1 callersMethoddisable
(&mut self, role: DelegateRole)
programs/asset/types/src/state/delegate.rs:32
↓ 1 callersFunctionexpectPublicKey
( value: PublicKey | Pda | Signer | null | undefined )
clients/js/proxy/src/generated/shared/index.ts:41
↓ 1 callersMethodextensions
(&mut self, extensions: Vec<ExtensionInput>)
programs/asset/interface/src/generated/instructions/create.rs:232
↓ 1 callersFunctiongetAccountMetasAndSigners
( accounts: ResolvedAccount[], optionalAccountStrategy: 'omitted' | 'programId', programId: PublicKey )
clients/js/proxy/src/generated/shared/index.ts:91
↓ 1 callersFunctiongetAllocateInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/allocate.ts:52
↓ 1 callersFunctiongetAndSerializer
()
clients/js/asset/src/constraints/and.ts:23
↓ 1 callersFunctiongetApproveInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/approve.ts:52
↓ 1 callersFunctiongetAssetErrorFromCode
( code: number, program: Program, cause?: Error )
clients/js/asset/src/generated/errors/asset.ts:308
↓ 1 callersFunctiongetAssetErrorFromName
( name: string, program: Program, cause?: Error )
clients/js/asset/src/generated/errors/asset.ts:321
↓ 1 callersFunctiongetAttributesSerializer
()
clients/js/asset/src/generated/types/attributes.ts:20
↓ 1 callersFunctiongetBlobSerializer
()
clients/js/asset/src/generated/types/blob.ts:21
↓ 1 callersFunctiongetBooleanSerializer
()
clients/js/asset/src/extensions/properties.ts:154
↓ 1 callersFunctiongetBridgeErrorFromCode
( code: number, program: Program, cause?: Error )
clients/js/bridge/src/generated/errors/bridge.ts:48
↓ 1 callersFunctiongetBridgeErrorFromName
( name: string, program: Program, cause?: Error )
clients/js/bridge/src/generated/errors/bridge.ts:61
↓ 1 callersFunctiongetBridgeInstructionDataSerializer
()
clients/js/bridge/src/generated/instructions/bridge.ts:91
↓ 1 callersFunctiongetBucketSerializer
()
clients/js/asset/src/generated/types/bucket.ts:20
↓ 1 callersFunctiongetBurnInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/burn.ts:46
↓ 1 callersFunctiongetCloseInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/close.ts:42
↓ 1 callersFunctiongetConstraintHeaderSerializer
()
clients/js/asset/src/constraints/index.ts:100
↓ 1 callersFunctiongetCreateInstructionDataSerializer
()
clients/js/bridge/src/generated/instructions/create.ts:64
↓ 1 callersFunctiongetCreateInstructionDataSerializer
()
clients/js/proxy/src/generated/instructions/create.ts:55
↓ 1 callersFunctiongetCreateInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/create.ts:78
↓ 1 callersFunctiongetCreatorSerializer
()
clients/js/asset/src/generated/types/creator.ts:22
↓ 1 callersFunctiongetCreatorsSerializer
()
clients/js/asset/src/generated/types/creators.ts:20
↓ 1 callersFunctiongetDelegateRoleSerializer
()
clients/js/asset/src/generated/types/delegateRole.ts:20
↓ 1 callersFunctiongetEmptySerializer
()
clients/js/asset/src/constraints/empty.ts:12
↓ 1 callersFunctiongetExtensionHeaderSerializer
()
clients/js/asset/src/generated/types/extensionHeader.ts:20
↓ 1 callersFunctiongetGroupInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/group.ts:44
↓ 1 callersFunctiongetGroupingSerializer
()
clients/js/asset/src/generated/types/grouping.ts:28
↓ 1 callersFunctiongetHandoverInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/handover.ts:44
↓ 1 callersFunctiongetInternalAssetAccountDataSerializer
()
clients/js/asset/src/hooked/internalAssetAccountData.ts:32
↓ 1 callersFunctiongetLinkSerializer
()
clients/js/asset/src/generated/types/link.ts:20
↓ 1 callersFunctiongetLinksSerializer
()
clients/js/asset/src/generated/types/links.ts:20
↓ 1 callersFunctiongetLockInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/lock.ts:42
↓ 1 callersFunctiongetManagerSerializer
()
clients/js/asset/src/generated/types/manager.ts:16
↓ 1 callersFunctiongetMetadataSerializer
()
clients/js/asset/src/generated/types/metadata.ts:25
↓ 1 callersFunctiongetNotSerializer
()
clients/js/asset/src/constraints/not.ts:19
↓ 1 callersFunctiongetNumberSerializer
()
clients/js/asset/src/extensions/properties.ts:137
↓ 1 callersFunctiongetOrSerializer
()
clients/js/asset/src/constraints/or.ts:23
↓ 1 callersFunctiongetOwnedBySerializer
()
clients/js/asset/src/constraints/ownedBy.ts:34
↓ 1 callersFunctiongetPropertiesSerializer
()
clients/js/asset/src/extensions/properties.ts:59
↓ 1 callersFunctiongetPropertySerializer
()
clients/js/asset/src/extensions/properties.ts:69
↓ 1 callersFunctiongetProxyErrorFromCode
( code: number, program: Program, cause?: Error )
clients/js/proxy/src/generated/errors/proxy.ts:48
↓ 1 callersFunctiongetProxyErrorFromName
( name: string, program: Program, cause?: Error )
clients/js/proxy/src/generated/errors/proxy.ts:61
↓ 1 callersFunctiongetProxySerializer
()
clients/js/asset/src/generated/types/proxy.ts:37
↓ 1 callersFunctiongetPubkeyMatchSerializer
()
clients/js/asset/src/constraints/pubkeyMatch.ts:34
↓ 1 callersFunctiongetRemoveInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/remove.ts:54
↓ 1 callersFunctiongetResizeInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/resize.ts:50
↓ 1 callersFunctiongetRevokeInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/revoke.ts:50
↓ 1 callersFunctiongetRoyaltiesSerializer
()
clients/js/asset/src/extensions/royalties.ts:20
↓ 1 callersFunctiongetStrategySerializer
()
clients/js/asset/src/generated/types/strategy.ts:23
↓ 1 callersFunctiongetTextSerializer
()
clients/js/asset/src/extensions/properties.ts:120
↓ 1 callersFunctiongetTraitSerializer
()
clients/js/asset/src/generated/types/trait.ts:20
↓ 1 callersFunctiongetTransferInstructionDataSerializer
()
clients/js/asset/src/generated/instructions/transfer.ts:46
↓ 1 callersFunctiongetTypeFromString
(type: String)
clients/js/asset/src/extensions/properties.ts:103
← previousnext →201–300 of 1,067, ranked by callers