Preparing search index...
The search index is not available
Documentation
Documentation
@near-js/transactions
actions
Action
Class Action
Contains a list of the valid transaction Actions available with this API
See
Actions Spec
Hierarchy
Enum
Action
Index
Constructors
constructor
Properties
add
Key?
create
Account?
delete
Account?
delete
Key?
deploy
Contract?
enum
function
Call?
signed
Delegate?
stake?
transfer?
Constructors
constructor
new
Action
(
props
)
:
Action
Parameters
props
:
any
Returns
Action
Properties
Optional
add
Key
add
Key
?:
AddKey
Optional
create
Account
create
Account
?:
CreateAccount
Optional
delete
Account
delete
Account
?:
DeleteAccount
Optional
delete
Key
delete
Key
?:
DeleteKey
Optional
deploy
Contract
deploy
Contract
?:
DeployContract
enum
enum
:
string
Optional
function
Call
function
Call
?:
FunctionCall
Optional
signed
Delegate
signed
Delegate
?:
SignedDelegate
Optional
stake
stake
?:
Stake
Optional
transfer
transfer
?:
Transfer
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
add
Key
create
Account
delete
Account
delete
Key
deploy
Contract
enum
function
Call
signed
Delegate
stake
transfer
Documentation
Loading...
Contains a list of the valid transaction Actions available with this API
See
Actions Spec