Preparing search index...
The search index is not available
Documentation
Documentation
near-api-js
transaction
Action
Class Action
Contains a list of the valid transaction Actions available with this API
See
Actions Spec
Hierarchy (
View Summary
)
Enum
Action
Index
Constructors
constructor
Properties
add
Key?
create
Account?
delete
Account?
delete
Key?
deploy
Contract?
deploy
Global
Contract?
enum
function
Call?
signed
Delegate?
stake?
transfer?
use
Global
Contract?
Constructors
constructor
new
Action
(
props
:
any
)
:
Action
Parameters
props
:
any
Returns
Action
Properties
Optional
add
Key
addKey
?:
AddKey
Optional
create
Account
createAccount
?:
CreateAccount
Optional
delete
Account
deleteAccount
?:
DeleteAccount
Optional
delete
Key
deleteKey
?:
DeleteKey
Optional
deploy
Contract
deployContract
?:
DeployContract
Optional
deploy
Global
Contract
deployGlobalContract
?:
DeployGlobalContract
enum
enum
:
string
Optional
function
Call
functionCall
?:
FunctionCall
Optional
signed
Delegate
signedDelegate
?:
SignedDelegate
Optional
stake
stake
?:
Stake
Optional
transfer
transfer
?:
Transfer
Optional
use
Global
Contract
useGlobalContract
?:
UseGlobalContract
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
add
Key
create
Account
delete
Account
delete
Key
deploy
Contract
deploy
Global
Contract
enum
function
Call
signed
Delegate
stake
transfer
use
Global
Contract
Documentation
Loading...
Contains a list of the valid transaction Actions available with this API
See
Actions Spec