Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DisputeResult

Index

Enumerations

Type aliases

Type aliases

AsObject: { arbitratorPubKey: Uint8Array | string; arbitratorSignature: Uint8Array | string; arbitratorSignedPayoutTxHex: string; arbitratorUpdatedMultisigHex: string; buyerPayoutAmount: number; chatMessage?: ChatMessage.AsObject; closeDate: number; idVerification: boolean; isLoserPublisher: boolean; reasonOrdinal: number; screenCast: boolean; sellerPayoutAmount: number; summaryNotes: string; tamperProofEvidence: boolean; tradeId: string; traderId: number; winner: Winner }

Type declaration

  • arbitratorPubKey: Uint8Array | string
  • arbitratorSignature: Uint8Array | string
  • arbitratorSignedPayoutTxHex: string
  • arbitratorUpdatedMultisigHex: string
  • buyerPayoutAmount: number
  • Optional chatMessage?: ChatMessage.AsObject
  • closeDate: number
  • idVerification: boolean
  • isLoserPublisher: boolean
  • reasonOrdinal: number
  • screenCast: boolean
  • sellerPayoutAmount: number
  • summaryNotes: string
  • tamperProofEvidence: boolean
  • tradeId: string
  • traderId: number
  • winner: Winner

Generated using TypeDoc