Functions
Link copied to clipboard
abstract suspend fun transferCoinTransaction(from: AccountAddressInput, to: AccountAddressInput, amount: ULong, coinType: String = APTOS_COIN, withFeePayer: Boolean = false, options: InputGenerateTransactionOptions = InputGenerateTransactionOptions()): SimpleTransaction
Generates a Transaction that can be simulated and/or signed and submitted to the chain.