Documentation
    Preparing search index...

    Interface WireSignDataCell

    Sign-data payload: a TVM cell with a TL-B schema.

    interface WireSignDataCell {
        c: string;
        s: string;
        t: "cell";
    }
    Index

    Properties

    c s t

    Properties

    c: string

    base64-encoded cell BoC

    s: string

    TL-B schema describing the cell layout

    t: "cell"

    payload type discriminator