T402 API Reference - v2.9.0
    Preparing search index...

    Interface EIP712Offer

    A signed offer (EIP-712 format)

    interface EIP712Offer {
        format: "eip712";
        payload: OfferPayload;
        signature: string;
        acceptIndex?: number;
    }
    Index

    Properties

    format: "eip712"
    payload: OfferPayload
    signature: string
    acceptIndex?: number