diff --git a/docs/classes/_solana_suite_compressed_nft.CompressedNft.Space.html b/docs/classes/_solana_suite_compressed_nft.CompressedNft.Space.html
index dc8fea572..a832ad0c4 100644
--- a/docs/classes/_solana_suite_compressed_nft.CompressedNft.Space.html
+++ b/docs/classes/_solana_suite_compressed_nft.CompressedNft.Space.html
@@ -156,10 +156,10 @@
--md-sys-color-surface-container-high: #e9e7ec;
--md-sys-color-surface-container-highest: #e4e2e6
}
-
Index
Constructors
constructor
+
Constructors
constructor
- new Space(spaceOwner): Space
Properties
spaceOwner
spaceOwner: Pubkey
Methods
getAssetId
- getAssetId(): Promise<Pubkey>
Returns Promise<Pubkey>
Function calculateSpaceCost
- calculateSpaceCost(spaceSize): Promise<{
    sol: number;
}> Returns Promise<{
    sol: number;
}>
Promise<{sol: number}>
-
Function findByCollection
- gasLessDelegate(mint, owner, newDelegate): Promise<Result<PartialSignStructure, Error>>
Parameters
mint: Pubkey
owner: Secret
newDelegate: Pubkey
Returns Promise<Result<PartialSignStructure, Error>>
- gasLessTransfer(mint, owner, dest, feePayer): Promise<Result<PartialSignStructure, Error>[]>
Parameters
mint: Pubkey
owner: Secret
dest: Pubkey
feePayer: Pubkey
Returns Promise<Result<PartialSignStructure, Error>[]>
- mintCollection(owner, input, options?): Promise<Result<MintStructure, Error>>
Parameters
owner: Secret
input: InputNftMetadata
options: Partial<MintCollectionOptions> = {}
Returns Promise<Result<MintStructure, Error>>
- mintCollection(owner, input, options?): Promise<Result<MintStructure, Error>>
Parameters
owner: Secret
input: InputNftMetadata
options: Partial<MintCollectionOptions> = {}
Returns Promise<Result<MintStructure, Error>>
- create(data, owner, options?): Result<CommonStructure, Error>
Parameters
data: string
owner: Secret
options: Partial<MemoOptions> = {}
Returns Result<CommonStructure, Error>
- create(data, owner, options?): Result<CommonStructure, Error>
Parameters
data: string
owner: Secret
options: Partial<MemoOptions> = {}
Returns Result<CommonStructure, Error>
- decode(encoded): string
Returns string
- decode(encoded): string
Returns string
- encode(data): Buffer
Returns Buffer
- encode(data): Buffer
Returns Buffer
- findByOwner(owner, onOk, onErr, options?): Promise<void>
Parameters
owner: Pubkey
onOk: OnOk<History>
onErr: OnErr
options: Partial<FindOptions> = {}
Returns Promise<void>
- findByOwner(owner, onOk, onErr, options?): Promise<void>
Parameters
owner: Pubkey
onOk: OnOk<History>
onErr: OnErr
options: Partial<FindOptions> = {}
Returns Promise<void>
- getInfo(multisig): Promise<Result<LayoutObject, Error>>
Returns Promise<Result<LayoutObject, Error>>
- getInfo(multisig): Promise<Result<LayoutObject, Error>>
Returns Promise<Result<LayoutObject, Error>>
- createDeleagate(mint, owner, delegateAuthority): TransactionInstruction
Parameters
mint: PublicKey
owner: PublicKey
delegateAuthority: PublicKey
Returns TransactionInstruction
- createDeleagate(mint, owner, delegateAuthority): TransactionInstruction
Parameters
mint: PublicKey
owner: PublicKey
delegateAuthority: PublicKey
Returns TransactionInstruction
- createMint(mint, owner, nftMetadata, feePayer, isMutable): Promise<TransactionInstruction[]>
Parameters
mint: PublicKey
owner: PublicKey
nftMetadata: DataV2
feePayer: PublicKey
isMutable: boolean
Returns Promise<TransactionInstruction[]>
- createMint(mint, owner, nftMetadata, feePayer, isMutable): Promise<TransactionInstruction[]>
Parameters
mint: PublicKey
owner: PublicKey
nftMetadata: DataV2
feePayer: PublicKey
isMutable: boolean
Returns Promise<TransactionInstruction[]>
Function createVerifyCreator
- createVerifyCreator(mint, creator): TransactionInstruction
Parameters
mint: PublicKey
creator: PublicKey
Returns TransactionInstruction
Function createVerifyCreator
- createVerifyCreator(mint, creator): TransactionInstruction
Parameters
mint: PublicKey
creator: PublicKey
Returns TransactionInstruction
Function createVerifySizedCollection
- createVerifySizedCollection(collectionChild, collectionParent, feePayer): TransactionInstruction
Parameters
collectionChild: PublicKey
collectionParent: PublicKey
feePayer: PublicKey
Returns TransactionInstruction
Function createVerifySizedCollection
- createVerifySizedCollection(collectionChild, collectionParent, feePayer): TransactionInstruction
Parameters
collectionChild: PublicKey
collectionParent: PublicKey
feePayer: PublicKey
Returns TransactionInstruction
Function findByCollection
- mintCollection(owner, input, options?): Promise<Result<MintStructure, Error>>
Parameters
owner: Secret
input: InputNftMetadata
options: Partial<MintCollectionOptions> = {}
Returns Promise<Result<MintStructure, Error>>
- mintCollection(owner, input, options?): Promise<Result<MintStructure, Error>>
Parameters
owner: Secret
input: InputNftMetadata
options: Partial<MintCollectionOptions> = {}
Returns Promise<Result<MintStructure, Error>>
Function createFreezeAuthority
- createFreezeAuthority(mint, owner, freezeAuthority): TransactionInstruction
Parameters
mint: PublicKey
owner: PublicKey
freezeAuthority: PublicKey
Returns TransactionInstruction
Function createFreezeAuthority
- createFreezeAuthority(mint, owner, freezeAuthority): TransactionInstruction
Parameters
mint: PublicKey
owner: PublicKey
freezeAuthority: PublicKey
Returns TransactionInstruction
- createMint(mint, owner, totalAmount, mintDecimal, tokenMetadata, feePayer, isMutable): Promise<TransactionInstruction[]>
Parameters
mint: PublicKey
owner: PublicKey
totalAmount: number
mintDecimal: number
tokenMetadata: DataV2
feePayer: PublicKey
isMutable: boolean
Returns Promise<TransactionInstruction[]>
- createMint(mint, owner, totalAmount, mintDecimal, tokenMetadata, feePayer, isMutable): Promise<TransactionInstruction[]>
Parameters
mint: PublicKey
owner: PublicKey
totalAmount: number
mintDecimal: number
tokenMetadata: DataV2
feePayer: PublicKey
isMutable: boolean
Returns Promise<TransactionInstruction[]>
- findByOwner(owner): Promise<Result<TokenMetadata[], Error>>
Returns Promise<Result<TokenMetadata[], Error>>
Index
Functions
request
+
Index
Classes
Space
+
Index
Functions
calculateSpaceCost
createSpace
findByCollection
diff --git a/docs/modules/_solana_suite_memo.Memo.html b/docs/modules/_solana_suite_memo.Memo.html
index 939eb9da7..c4ba6ebd0 100644
--- a/docs/modules/_solana_suite_memo.Memo.html
+++ b/docs/modules/_solana_suite_memo.Memo.html
@@ -156,7 +156,7 @@
--md-sys-color-surface-container-high: #e9e7ec;
--md-sys-color-surface-container-highest: #e4e2e6
}
-
Index
Functions
create
+
Index
Functions
create
decode
encode
findByOwner
diff --git a/docs/modules/_solana_suite_multisig.Multisig.html b/docs/modules/_solana_suite_multisig.Multisig.html
index 0901fbe8f..bf2b1dbde 100644
--- a/docs/modules/_solana_suite_multisig.Multisig.html
+++ b/docs/modules/_solana_suite_multisig.Multisig.html
@@ -156,7 +156,7 @@
--md-sys-color-surface-container-high: #e9e7ec;
--md-sys-color-surface-container-highest: #e4e2e6
}
-
Index
Functions
create
+
Namespace PhantomSplToken
Index
Functions
add
+
Namespace PhantomSplToken
Index
Functions
mint
+
Index
Functions
burn
+
Index
Functions
burn
createDeleagate
createMint
createVerifyCreator
diff --git a/docs/modules/_solana_suite_sol_native.SolNative.html b/docs/modules/_solana_suite_sol_native.SolNative.html
index a62185396..fb786371a 100644
--- a/docs/modules/_solana_suite_sol_native.SolNative.html
+++ b/docs/modules/_solana_suite_sol_native.SolNative.html
@@ -156,7 +156,7 @@
--md-sys-color-surface-container-high: #e9e7ec;
--md-sys-color-surface-container-highest: #e4e2e6
}
-
Index
Functions
findByOwner
+
Index
Functions
findByOwner
gasLessTransfer
transfer
transferWithMultisig
diff --git a/docs/modules/_solana_suite_spl_token.SplToken.html b/docs/modules/_solana_suite_spl_token.SplToken.html
index 3941a30c7..813133875 100644
--- a/docs/modules/_solana_suite_spl_token.SplToken.html
+++ b/docs/modules/_solana_suite_spl_token.SplToken.html
@@ -156,7 +156,7 @@
--md-sys-color-surface-container-high: #e9e7ec;
--md-sys-color-surface-container-highest: #e4e2e6
}
-
Reuqest airdrop SOL only devnet, testnet