Fee Payer
data class FeePayer(val rawTransaction: RawTransaction, val secondarySignerAddresses: List<AccountAddress> = emptyList(), val feePayerAddress: AccountAddress = EXTERNAL_FEE_PAYER_PLACEHOLDER) : UnsignedTransaction
Constructors
Link copied to clipboard
constructor(rawTransaction: RawTransaction, secondarySignerAddresses: List<AccountAddress> = emptyList(), feePayerAddress: AccountAddress = EXTERNAL_FEE_PAYER_PLACEHOLDER)