Interface ConnectionResponse

Interface for the response of a connection operation. ConnectionResponse

interface ConnectionResponse {
    account: Account;
    network: {
        name: NetworkType;
        network: BTCNetwork;
    };
}

Properties

Properties

account: Account

The account information.

network: {
    name: NetworkType;
    network: BTCNetwork;
}

network information.