TonFun
  • Welcome
  • Basics
    • Glossary
    • Architecture
      • BclMaster
      • JettonMaster
      • JettonWallet
      • JettonMaster storage layout
    • API
    • SDK
      • changelog
  • SDK Api reference
    • BclSDK
      • classes
        • BclSDK
      • type-aliases
        • AnyApiProvider
    • client
      • adapters
        • functions
          • normalizeCoin
          • normalizeCoinEvent
        • type-aliases
          • AnyObject
      • BclClient
        • classes
          • BclClient
        • type-aliases
          • TransactionStatus
      • ofetchHttpProvider
        • classes
          • OfetchHttpProvider
      • types
        • type-aliases
          • BclEvent
          • BclEventBuy
          • BclEventDeployment
          • BclEventSell
          • BclEventSendLiq
          • ClientOptions
          • Coin
          • CoinMetadata
          • Event
          • GetCoinsResponse
          • GetEventsResponse
    • index
      • functions
        • crc32
        • crc32str
        • packReferralConfig
        • unpackReferralConfig
      • type-aliases
        • ReferralConfig
      • variables
        • Constants
    • provider
      • httpProviderBase
        • interfaces
          • HttpProviderBase
      • simpleTonapiProvider
        • functions
          • createProvider
          • simpleTonapiProvider
      • tonConnectSender
        • functions
          • tonConnectSender
        • type-aliases
          • TonConnectLikeObject
    • wrappers
      • BclJetton
        • classes
          • BclJetton
        • functions
          • parseBclEvent
        • type-aliases
          • BclData
          • BuyOptions
          • ContractEvent
          • EventBuy
          • EventSell
          • EventSendLiq
      • BclMaster
        • classes
          • BclMaster
        • type-aliases
          • DeployCoinInput
          • DeployCoinOpts
          • MasterData
      • BclWallet
        • classes
          • BclWallet
Powered by GitBook
On this page
  • Type Alias: DeployCoinInput
  • Type declaration
  • Defined in
  1. SDK Api reference
  2. wrappers
  3. BclMaster
  4. type-aliases

DeployCoinInput

Previoustype-aliasesNextDeployCoinOpts

Last updated 5 months ago

• Docs


/ / DeployCoinInput

Type Alias: DeployCoinInput

DeployCoinInput: object

Type declaration

Name
Type
Description
Defined in

authorAddress

Address

Address of the author of the coin

description

string

Description of the coin

extraMetadata

object

Extra metadata for coin

imageUrl

string

Url to the image

name

string

Name of the coin

queryId

bigint

-

referral

Cell | null

Referral of coin deployment

socialLinks

string[]

social links of coin

symbol

string

symbol of the coin

Defined in

ton-bcl-sdk
ton-bcl-sdk
wrappers/BclMaster
wrappers/BclMaster.ts:17
wrappers/BclMaster.ts:21
wrappers/BclMaster.ts:29
wrappers/BclMaster.ts:49
wrappers/BclMaster.ts:33
wrappers/BclMaster.ts:25
wrappers/BclMaster.ts:51
wrappers/BclMaster.ts:45
wrappers/BclMaster.ts:41
wrappers/BclMaster.ts:37