Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nifty-oss/asset
/ functions
Functions
1,067 in github.com/nifty-oss/asset
⨍
Functions
1,067
◇
Types & classes
507
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
programs/asset/interface/src/generated/instructions/transfer.rs:216
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
programs/asset/interface/src/generated/instructions/burn.rs:221
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
programs/asset/interface/src/generated/instructions/resize.rs:246
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/bridge/src/generated/instructions/bridge.rs:613
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/bridge/src/generated/instructions/create.rs:354
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/unverify.rs:169
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/lock.rs:169
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/group.rs:188
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/revoke.rs:198
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/remove.rs:245
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/ungroup.rs:188
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/close.rs:170
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/write.rs:224
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/allocate.rs:231
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/create.rs:358
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/unlock.rs:169
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/update.rs:322
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/verify.rs:169
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/handover.rs:189
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/approve.rs:217
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/transfer.rs:216
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/burn.rs:221
↓ 4 callers
Method
invoke_signed_with_remaining_accounts
( &self, signers_seeds: &[&[&[u8]]], remaining_accounts: &[( &'b solana_pr
clients/rust/asset/src/generated/instructions/resize.rs:246
↓ 4 callers
Method
mask
(&self)
programs/asset/types/src/state/delegate.rs:100
↓ 4 callers
Function
mint
Returns a vector of instructions to fully mint an asset, including with extensions. The instructions are returned in the order they should be executed
clients/rust/asset/src/mint.rs:318
↓ 4 callers
Function
ownedBy
( account: Account, publicKeys: PublicKeyInput[] )
clients/js/asset/src/constraints/ownedBy.ts:25
↓ 4 callers
Function
resize
( context: Pick<Context, 'programs' | 'identity' | 'payer'>, input: ResizeInstructionAccounts & Resize
clients/js/asset/src/resize.ts:13
↓ 4 callers
Function
revoke
( context: Pick<Context, 'identity' | 'programs'>, input: RevokeInstructionAccounts & RevokeInstructio
clients/js/asset/src/revoke.ts:13
↓ 4 callers
Function
strategy
( kind: K, data?: any )
clients/js/asset/src/generated/types/strategy.ts:42
↓ 3 callers
Function
allocate
( context: Pick< Context, 'eddsa' | 'identity' | 'payer' | 'programs' | 'transactions' >, input:
clients/js/asset/src/allocate.ts:8
↓ 3 callers
Function
close
( context: Pick<Context, 'programs'>, input: CloseInstructionAccounts )
clients/js/asset/src/generated/instructions/close.ts:55
↓ 3 callers
Function
create_account
(ctx: &Context<Allocate>, space: usize)
programs/asset/program/src/processor/allocate.rs:137
↓ 3 callers
Function
getDelegateSerializer
()
clients/js/asset/src/generated/types/delegate.ts:26
↓ 3 callers
Function
getDiscriminatorSerializer
()
clients/js/asset/src/generated/types/discriminator.ts:18
↓ 3 callers
Function
getExtensionInputSerializer
()
clients/js/asset/src/generated/types/extensionInput.ts:35
↓ 3 callers
Function
getStateSerializer
()
clients/js/asset/src/generated/types/state.ts:18
↓ 3 callers
Function
getTypeSerializer
()
clients/js/asset/src/generated/types/type.ts:19
↓ 3 callers
Method
name
(&mut self, name: String)
programs/asset/interface/src/generated/instructions/create.rs:214
↓ 3 callers
Method
owner
(&mut self, owner: solana_program::pubkey::Pubkey)
programs/asset/interface/src/generated/instructions/create.rs:175
↓ 3 callers
Method
set
Set the metadata values.
programs/asset/types/src/extensions/metadata.rs:150
↓ 3 callers
Method
set
Add a new attribute to the extension.
programs/asset/types/src/extensions/grouping.rs:177
↓ 3 callers
Method
set_boundary
(&mut self, boundary: u32)
programs/asset/types/src/extensions/mod.rs:116
↓ 3 callers
Method
to_vec
(&self)
clients/rust/asset/src/hooked/delegate_roles.rs:9
↓ 2 callers
Method
add
Add a new constraint.
programs/asset/types/src/constraints/and.rs:62
↓ 2 callers
Method
add
Add a new attribute to the extension.
programs/asset/types/src/extensions/attributes.rs:172
↓ 2 callers
Method
add
Add a new attribute to the extension.
programs/asset/types/src/extensions/links.rs:161
↓ 2 callers
Method
add_boolean
Add a new boolean property to the extension.
programs/asset/types/src/extensions/properties.rs:358
↓ 2 callers
Method
build
(&mut self)
programs/asset/types/src/constraints/not.rs:53
↓ 2 callers
Method
build
(&mut self)
programs/asset/types/src/constraints/or.rs:71
↓ 2 callers
Method
build
(&mut self)
programs/asset/types/src/constraints/and.rs:68
↓ 2 callers
Method
build
(&self)
programs/asset/types/src/extensions/proxy.rs:151
↓ 2 callers
Function
close_program_account
(account: &AccountInfo, recipient: &AccountInfo)
programs/asset/program/src/utils.rs:11
↓ 2 callers
Method
contains
Indicates whether the account contains an extension of a given type.
programs/asset/types/src/state/asset.rs:81
↓ 2 callers
Function
createVerifiedNft
( umi: Umi, input: Omit< Parameters<typeof baseCreateNft>[1], 'mint' | 'amount' | 'tokenStandard'
clients/js/bridge/test/_setup.ts:64
↓ 2 callers
Function
find_pda
(mint: &Pubkey)
programs/bridge/src/state/bridged_asset.rs:13
↓ 2 callers
Method
get
Returns the creator with the given address.
programs/asset/types/src/extensions/creators.rs:24
↓ 2 callers
Function
getAccountMetasAndSigners
( accounts: ResolvedAccount[], optionalAccountStrategy: 'omitted' | 'programId', programId: PublicKey )
clients/js/bridge/src/generated/shared/index.ts:91
↓ 2 callers
Function
getAccountSerializer
()
clients/js/asset/src/constraints/index.ts:170
↓ 2 callers
Function
getConstraintSerializerFromType
( type: T['type'] )
clients/js/asset/src/constraints/index.ts:47
↓ 2 callers
Function
getDelegateInputSerializer
()
clients/js/asset/src/generated/types/delegateInput.ts:28
↓ 2 callers
Function
getDelegateRolesSerializer
()
clients/js/asset/src/hooked/delegateRoles.ts:13
↓ 2 callers
Function
getDiscriminatorSerializer
()
clients/js/bridge/src/generated/types/discriminator.ts:18
↓ 2 callers
Function
getExtensionTypeSerializer
()
clients/js/asset/src/generated/types/extensionType.ts:28
↓ 2 callers
Function
getOperatorTypeAsString
( type: OperatorType )
clients/js/asset/src/constraints/index.ts:137
↓ 2 callers
Function
getPropertySerializerFromType
( type: Type )
clients/js/asset/src/extensions/properties.ts:87
↓ 2 callers
Function
getStateSerializer
()
clients/js/bridge/src/generated/types/state.ts:18
↓ 2 callers
Function
handover
( context: Pick<Context, 'identity' | 'programs'>, input: HandoverInstructionAccounts & { proxy?: PublicKe
clients/js/asset/src/handover.ts:12
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
programs/asset/interface/src/generated/instructions/unverify.rs:24
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
programs/asset/interface/src/generated/instructions/lock.rs:24
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
programs/asset/interface/src/generated/instructions/group.rs:26
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: RevokeInstructionArgs, remaining_accounts: &[solana_program::instructio
programs/asset/interface/src/generated/instructions/revoke.rs:28
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: RemoveInstructionArgs, remaining_accounts: &[solana_program::instructio
programs/asset/interface/src/generated/instructions/remove.rs:32
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
programs/asset/interface/src/generated/instructions/ungroup.rs:26
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
programs/asset/interface/src/generated/instructions/close.rs:24
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: WriteInstructionArgs, remaining_accounts: &[solana_program::instruction
programs/asset/interface/src/generated/instructions/write.rs:29
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: AllocateInstructionArgs, remaining_accounts: &[solana_program::instruct
programs/asset/interface/src/generated/instructions/allocate.rs:30
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: CreateInstructionArgs, remaining_accounts: &[solana_program::instructio
programs/asset/interface/src/generated/instructions/create.rs:39
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
programs/asset/interface/src/generated/instructions/unlock.rs:24
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: UpdateInstructionArgs, remaining_accounts: &[solana_program::instructio
programs/asset/interface/src/generated/instructions/update.rs:36
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
programs/asset/interface/src/generated/instructions/verify.rs:24
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
programs/asset/interface/src/generated/instructions/handover.rs:26
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: ApproveInstructionArgs, remaining_accounts: &[solana_program::instructi
programs/asset/interface/src/generated/instructions/approve.rs:30
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
programs/asset/interface/src/generated/instructions/transfer.rs:28
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
programs/asset/interface/src/generated/instructions/burn.rs:28
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: ResizeInstructionArgs, remaining_accounts: &[solana_program::instructio
programs/asset/interface/src/generated/instructions/resize.rs:32
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/bridge/src/generated/instructions/bridge.rs:60
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: CreateInstructionArgs, remaining_accounts: &[solana_program::instructio
clients/rust/bridge/src/generated/instructions/create.rs:41
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/asset/src/generated/instructions/unverify.rs:24
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/asset/src/generated/instructions/lock.rs:24
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/asset/src/generated/instructions/group.rs:26
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: RevokeInstructionArgs, remaining_accounts: &[solana_program::instructio
clients/rust/asset/src/generated/instructions/revoke.rs:28
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: RemoveInstructionArgs, remaining_accounts: &[solana_program::instructio
clients/rust/asset/src/generated/instructions/remove.rs:32
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/asset/src/generated/instructions/ungroup.rs:26
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/asset/src/generated/instructions/close.rs:24
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: WriteInstructionArgs, remaining_accounts: &[solana_program::instruction
clients/rust/asset/src/generated/instructions/write.rs:29
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: AllocateInstructionArgs, remaining_accounts: &[solana_program::instruct
clients/rust/asset/src/generated/instructions/allocate.rs:30
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: CreateInstructionArgs, remaining_accounts: &[solana_program::instructio
clients/rust/asset/src/generated/instructions/create.rs:39
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/asset/src/generated/instructions/unlock.rs:24
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, args: UpdateInstructionArgs, remaining_accounts: &[solana_program::instructio
clients/rust/asset/src/generated/instructions/update.rs:36
↓ 2 callers
Method
instruction_with_remaining_accounts
( &self, remaining_accounts: &[solana_program::instruction::AccountMeta], )
clients/rust/asset/src/generated/instructions/verify.rs:24
← previous
next →
101–200 of 1,067, ranked by callers