fund
📝 RADAR Documentation - Command: Fund Shop Escrow
🤝 Command Group: shop
📝 Command Name: fund
📋 Parameters:
shop
(required: True) - Which shop to fund? (Type: string)amount
(required: True) - Amount to fund the shop's escrow. (Type: number)token
(required: True) - What kind of token to fund the shop with? (Type: string)
📝 Description:
Fund a shop's escrow with the specified amount of tokens.
🔍 Example Usage:
Fund a shop's escrow with SOL:
This command is used to fund a shop's escrow. You need to specify the
shop
parameter as the name of the shop, theamount
parameter as the amount of tokens to fund, and thetoken
parameter as the type of token to fund the shop with (e.g., SOL).Fund a shop's escrow with a custom token:
This command is used to fund a shop's escrow with a custom token. You need to specify the
shop
parameter as the name of the shop, theamount
parameter as the amount of tokens to fund, and set thetoken
parameter to "Token". You will be prompted to enter the SPL address of the token you want to fund with.
📝 Note:
This command allows you to fund a shop's escrow in your Solana NFT community.
Specify the
shop
parameter as the name of the shop you want to fund.Specify the
amount
parameter as the amount of tokens you want to fund the shop's escrow with.Specify the
token
parameter as the type of token you want to fund the shop with (e.g., SOL).If you choose to fund with a custom token, you will be prompted to enter the SPL address of the token.
After funding the shop's escrow, a success message will be displayed with the transaction details.
Last updated