Type alias BitkubHeaderType
BitkubHeaderType: {
X-BTK-APIKEY: string;
X-BTK-SIGN?: string;
X-BTK-TIMESTAMP?: number;
accept: string;
content-type: string;
}
Type declaration
X-BTK-APIKEY: string
Optional X-BTK-SIGN?: string
Optional X-BTK-TIMESTAMP?: number
accept: string
content-type: string