stack

Home > @infiniteobjects/core-library-node > Assert > isFlowAddress

Assert.isFlowAddress() method

Checks if the given input is a valid Flow Address string using basic regex. Does not validate address checksums.

Signature:

static isFlowAddress(value: unknown): value is string;

Parameters

Parameter Type Description
value unknown  

Returns:

value is string