Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SwapData

Hierarchy

  • SwapData

Index

Properties

amounts

amounts: keyof Amount[]

hash

hash: Hash

The hash, whose preimage releases the atomic swap.

Until we have a way to specify the hashing algirithm, this is SHA256.

id

id: SwapId

Optional memo

memo: undefined | string

recipient

recipient: Address

sender

sender: Address

timeout

timeout: SwapTimeout

The first point in time at which the offer is expired.

Can be represented as a block height or UNIX timestamp.

Generated using TypeDoc