Interface BidResponse

interface BidResponse {
    error: BitkubErrorCode;
    result: (string | number)[][];
}

Properties

Properties

result: (string | number)[][]