get_wallet_details
- Get details about the Wallet, like the addressnative_transfer
- Transfer native asset between addressesget_balance
- Get the balance of the native assetActionProvider
abstract class.
@CreateAction
decorator. Actions can use a wallet provider or not and always return a Promise that resolves to a string.Required Typescript Compiler OptionsCreating actions with the @CreateAction decorator requires the following compilerOptions to be included in your project’s tsconfig.json.@CreateAction
decorator that have a WalletProvider
as the first parameter.