Coin

interface Coin

An interface to handle all coin related operations.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun transferCoinTransaction(from: AccountAddressInput, to: AccountAddressInput, amount: ULong, coinType: String = APTOS_COIN, options: InputGenerateTransactionOptions = InputGenerateTransactionOptions()): SimpleTransaction

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