interface CapData<Slot> {
    body: string;
    slots: Slot[];
}

Type Parameters

  • Slot

Properties

Properties

body: string

A JSON.stringify of an Encoding

slots: Slot[]