DeployCoinOpts

ton-bcl-sdkDocs


ton-bcl-sdk / wrappers/BclMaster / DeployCoinOpts

Type Alias: DeployCoinOpts

DeployCoinOpts: object

Type declaration

Name
Type
Description
Defined in

firstBuy

RequiredFields<BuyOptions, "buyerAddress">

firstBuy field allows to make first buy of coins in same transaction as coin deploy Important: when using firstBuy, don't forget to set buyerAddress to the users address, otherwise coins will be lost

forceDeploymentFee

bigint

By default, deployment fee is fetched from network, but you can specify it directly using this field

Defined in

wrappers/BclMaster.ts:54

Last updated