Coin
An implementation to handle all coin related operations.
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.