Interface IGetStatusRequest

Argument interface for the Wallet.getStatus method.

interface IGetStatusRequest {
    name?: string;
}

Properties

Properties

name?: string

Optional context creation name.

Generated using TypeDoc