TransactionSignData

data class TransactionSignData(chainId: String, accountNumber: Long, sequence: Long, fee: Fee, messages: List<Message>, memo: String)

Constructors

Link copied to clipboard
fun TransactionSignData(transaction: Transaction, chainId: String, accountNumber: Long, sequence: Long)

Properties

Link copied to clipboard
val accountNumber: Long
Link copied to clipboard
val chainId: String
Link copied to clipboard
val fee: Fee
Link copied to clipboard
val memo: String
Link copied to clipboard
val messages: List<Message>
Link copied to clipboard
val sequence: Long