Transaction Response
constructor(id: String, pagingToken: String, successful: Boolean, hash: String, ledger: Long, createdAt: String, sourceAccount: String, accountMuxed: String? = null, accountMuxedId: String? = null, sourceAccountSequence: Long, feeAccount: String, feeAccountMuxed: String? = null, feeAccountMuxedId: String? = null, feeCharged: Long, maxFee: Long, operationCount: Int, envelopeXdr: String? = null, resultXdr: String? = null, resultMetaXdr: String? = null, feeMetaXdr: String? = null, signatures: List<String>, preconditions: TransactionResponse.Preconditions? = null, feeBumpTransaction: TransactionResponse.FeeBumpTransaction? = null, innerTransaction: TransactionResponse.InnerTransaction? = null, memoType: String, memoBytes: String? = null, memoValue: String? = null, links: TransactionResponse.Links)