Namespace PaymentSentMessage
Type aliases
AsObject
As
Object
: { buyerSignature
: Uint8Array | string; counterCurrencyExtraData
: string; counterCurrencyTxId
: string; paymentAccountKey
: Uint8Array | string; payoutTxHex
: string; senderNodeAddress
?: NodeAddress.AsObject; tradeId
: string; uid
: string; updatedMultisigHex
: string }Type declaration
buyerSignature: Uint8Array | string
counterCurrencyExtraData: string
counterCurrencyTxId: string
paymentAccountKey: Uint8Array | string
payoutTxHex: string
tradeId: string
uid: string
updatedMultisigHex: string