Coin

class Coin(val aptosConfig: AptosConfig) : Coin

An implementation to handle all coin related operations.

Constructors

Link copied to clipboard
constructor(aptosConfig: AptosConfig)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun transferCoinTransaction(from: AccountAddressInput, to: AccountAddressInput, amount: ULong, coinType: String, withFeePayer: Boolean, options: InputGenerateTransactionOptions): SimpleTransaction

Generates a Transaction that can be simulated and/or signed and submitted to the chain.