SimpleTransaction

@Serializable
data class SimpleTransaction(val rawTransaction: RawTransaction, val feePayerAddress: AccountAddress?, val secondarySignerAddresses: Nothing? = null) : AnyRawTransaction

Constructors

Link copied to clipboard
constructor(rawTransaction: RawTransaction, feePayerAddress: AccountAddress?, secondarySignerAddresses: Nothing? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard