Endo API documentation
    Preparing search index...

    Interface CapData<Slot>

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

    Type Parameters

    • Slot
    Index

    Properties

    Properties

    body: string

    A JSON.stringify of an Encoding

    slots: Slot[]