setAddress

Sets the address used with all VisionWeb API's. Will not sign any transactions.

Usage

visionWeb.setAddress();

Parameters

ParameterDescriptionTypeDefault
addressString(HexString or Base58)string-

Returns

No return value

Example

visionWeb.setAddress("VEoh3WDXviqcPZ1qVNCQpqLHYzigrQWTPL");
> undefined