Skip to main content
Version: near-api-js@1.1.0

Class: Action

transaction.Action

Contains a list of the valid transaction Actions available with this API

See

Actions Spec

Hierarchy

  • Enum

    Action

Constructors

constructor

new Action(properties)

Parameters

NameType
propertiesany

Inherited from

Enum.constructor

Defined in

utils/enums.ts:5

Properties

addKey

addKey: AddKey

Defined in

transaction.ts:142


createAccount

createAccount: CreateAccount

Defined in

transaction.ts:137


deleteAccount

deleteAccount: DeleteAccount

Defined in

transaction.ts:144


deleteKey

deleteKey: DeleteKey

Defined in

transaction.ts:143


deployContract

deployContract: DeployContract

Defined in

transaction.ts:138


enum

enum: string

Inherited from

Enum.enum

Defined in

utils/enums.ts:3


functionCall

functionCall: FunctionCall

Defined in

transaction.ts:139


stake

stake: Stake

Defined in

transaction.ts:141


transfer

transfer: Transfer

Defined in

transaction.ts:140