Skip to content

@liquality.near.NearTypes.NearTransaction

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

Interface: NearTransaction

@liquality/near.NearTypes.NearTransaction

Hierarchy

  • Transaction

    NearTransaction

Table of contents

Properties

Properties

actions

actions: Action[]

Defined in

near/lib/types.ts:63


hash

hash: string

Overrides

Transaction.hash

Defined in

near/lib/types.ts:65


nonce

nonce: number

Defined in

near/lib/types.ts:61


public_key

public_key: string

Overrides

Transaction.public_key

Defined in

near/lib/types.ts:60


receiver_id

receiver_id: string

Defined in

near/lib/types.ts:62


signature

signature: string

Overrides

Transaction.signature

Defined in

near/lib/types.ts:64


signer_id

signer_id: string

Defined in

near/lib/types.ts:59

Clone this wiki locally