As
Object
: { arbitratorPubKey
: Uint8Array | string; arbitratorSignature
: Uint8Array | string; buyerPayoutAmountBeforeCost
: number; chatMessage
?: ChatMessage.AsObject; closeDate
: number; idVerification
: boolean; isLoserPublisher
: boolean; reasonOrdinal
: number; screenCast
: boolean; sellerPayoutAmountBeforeCost
: number; subtractFeeFrom
: SubtractFeeFrom; summaryNotes
: string; tamperProofEvidence
: boolean; tradeId
: string; traderId
: number; winner
: Winner; }
Type declaration
-
arbitratorPubKey: Uint8Array | string
-
arbitratorSignature: Uint8Array | string
-
buyerPayoutAmountBeforeCost: number
-
-
closeDate: number
-
idVerification: boolean
-
isLoserPublisher: boolean
-
reasonOrdinal: number
-
screenCast: boolean
-
sellerPayoutAmountBeforeCost: number
-
-
summaryNotes: string
-
tamperProofEvidence: boolean
-
tradeId: string
-
traderId: number
-