interface BitcoinNetwork {
    type: BitcoinNetworkType;
    address?: string;
}

Properties

Properties

address?: string