FungibleTokenBidContract
Hierarchy
- unknown- FungibleTokenBidContract
 
Index
Constructors
Properties
Methods
Constructors
constructor
- Returns FungibleTokenBidContract
Properties
buyer
events
price
token
whitelist
Methods
bid
- Parameters- amount: UInt64
- price: UInt64
 - Returns Promise<void>
deploy
- Parameters- Returns Promise<void>
initialize
- Parameters- token: PublicKey
- amount: UInt64
- price: UInt64
 - Returns Promise<void>
sell
- Parameters- amount: UInt64
 - Returns Promise<void>
updateWhitelist
- Parameters- whitelist: Whitelist
 - Returns Promise<void>
withdraw
- Parameters- amountInMina: UInt64
 - Returns Promise<void>