platform.getBlockchainStatus
Get the balance of an asset controlled by a given address. Get information about an asset.
This method will use 10
Compute Units.
Reference: Here
Parameters
blockchainID
- string
Returns
status
- string - status is one of:Validating - string - The blockchain is being validated by this node.
Created - string - The blockchain exists but isn't being validated by this node.
Preferred - string - The blockchain was proposed to be created and is likely to be created but the transaction isn't yet accepted.
Syncing - string - This node is participating in this blockchain as a non-validating node.
Unknown - string - The blockchain either wasn't proposed or the proposal to create it isn't preferred. The proposal may be resubmitted.
Last updated