Interface BTCTransactionHandlerConfig

interface BTCTransactionHandlerConfig {
    filters: BTCTransactionFilter[];
    handlerId: number;
}

Properties

Properties

handlerId: number