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
:
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
enum
enum
:
string
Optional
function
Call
functionCall
?:
FunctionCall
Optional
signed
Delegate
signedDelegate
?:
SignedDelegate
Optional
stake
stake
?:
Stake
Optional
transfer
transfer
?:
Transfer
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
enum
function
Call
signed
Delegate
stake
transfer
Documentation
Loading...
Contains a list of the valid transaction Actions available with this API
See
Actions Spec