Skip to content

@liquality.types.SwapParams

Krasimir Raykov edited this page Mar 30, 2022 · 3 revisions

Interface: SwapParams

@liquality/types.SwapParams

Table of contents

Properties

Properties

asset

asset: Asset

Defined in

types/lib/Swap.ts:6


expiration

expiration: number

Expiration of the swap

Defined in

types/lib/Swap.ts:26


recipientAddress

recipientAddress: AddressType

Recepient address of the swap

Defined in

types/lib/Swap.ts:14


refundAddress

refundAddress: AddressType

Refund address of the swap

Defined in

types/lib/Swap.ts:18


secretHash

secretHash: string

Secret Hash

Defined in

types/lib/Swap.ts:22


value

value: BigNumber

The amount of native value locked in the swap

Defined in

types/lib/Swap.ts:10

Clone this wiki locally