Documentation
    Preparing search index...

    Type Alias SignDataPayloadCell

    type SignDataPayloadCell = {
        cell: string;
        schema: string;
        type: "cell";
    }
    Index

    Properties

    Properties

    cell: string

    Base64-encoded cell BoC.

    schema: string

    TL-B schema string describing the cell layout.

    type: "cell"