export type Signing = {
  version: string;
  method: string;
  payload: any;
  key: string;
  secret: string;
};
