Ethcode docs
  • Introduction
  • Installation
    • How to install?
  • Configurations
    • Extension Settings
    • Set transaction gas strategy
  • How to Use?
    • Account
    • Initialize Ethcode
    • Compiling contracts
    • Add ABI into Ethcode
    • Deploy contract to network
    • Calling contracts
    • Create rental NFT
  • API Documentation
    • Getting started with extension API
    • wallet
    • contract
    • provider
    • events
    • status
  • Help and support
    • Support
Powered by GitBook
On this page
  1. API Documentation

status

A extension status check API for developers.

status() : string

```
/**
* Returns the status of the ethcode extension.
*
* @returns The status of the ethcode extension.
*/
```
PreviouseventsNextSupport

Last updated 2 years ago