Type alias BigMapKeyShort

BigMapKeyShort: {
    hash?: string | null;
    key?: any | null;
    value?: any | null;
}

Type declaration

  • Optional hash?: string | null
  • Optional key?: any | null
  • Optional value?: any | null

Generated using TypeDoc