Export

FeatureSet

interface FeatureSet {
    faucet: boolean;
    gasless_send: boolean;
    server_signer: boolean;
    stake: boolean;
    trade: boolean;
    transfer: boolean;
}

Properties

faucet: boolean

Whether the network supports a faucet

Memberof

FeatureSet

gasless_send: boolean

Whether the network supports gasless sends

Memberof

FeatureSet

server_signer: boolean

Whether the network supports Server-Signers

Memberof

FeatureSet

stake: boolean

Whether the network supports staking

Memberof

FeatureSet

trade: boolean

Whether the network supports trading

Memberof

FeatureSet

transfer: boolean

Whether the network supports transfers

Memberof

FeatureSet