Skip to content

@liquality.near.<internal>.SwapParams

Krasimir Raykov edited this page Mar 30, 2022 · 1 revision

Interface: SwapParams

@liquality/near..SwapParams

Table of contents

Properties

Properties

asset

asset: Asset

Defined in

types/dist/lib/Swap.d.ts:5


expiration

expiration: number

Expiration of the swap

Defined in

types/dist/lib/Swap.d.ts:25


recipientAddress

recipientAddress: AddressType

Recepient address of the swap

Defined in

types/dist/lib/Swap.d.ts:13


refundAddress

refundAddress: AddressType

Refund address of the swap

Defined in

types/dist/lib/Swap.d.ts:17


secretHash

secretHash: string

Secret Hash

Defined in

types/dist/lib/Swap.d.ts:21


value

value: BigNumber

The amount of native value locked in the swap

Defined in

types/dist/lib/Swap.d.ts:9

Clone this wiki locally