Skip to content

@liquality.near.NearTypes.NearTxLog

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

Interface: NearTxLog

@liquality/near.NearTypes.NearTxLog

Table of contents

Properties

Properties

blockHash

blockHash: string

Defined in

near/lib/types.ts:33


code

Optional code: string

Defined in

near/lib/types.ts:34


hash

hash: string

Defined in

near/lib/types.ts:30


htlc

Optional htlc: Object

Type declaration

Name Type
expiration? number
method string
recipient? string
secret? string
secretHash? string

Defined in

near/lib/types.ts:36


receiver

receiver: string

Defined in

near/lib/types.ts:32


sender

sender: string

Defined in

near/lib/types.ts:31


value

Optional value: number

Defined in

near/lib/types.ts:35

Clone this wiki locally