export interface RPCConfig {
    BITCOIND_HOST: string;
    BITCOIND_PORT: number;
    BITCOIND_USERNAME: string;
    BITCOIND_PASSWORD: string;
}
