@sovereignbase/peer2peer
    Preparing search index...

    Type Alias OffereeCopy

    Represents the contract copy retained by the offeree after accepting an offer.

    type OffereeCopy = {
        offerId: string;
        role: "offeree";
    }
    Index

    Properties

    Properties

    offerId: string

    Correlates the contract copy back to the original offer.

    role: "offeree"

    Identifies the local role that should consume this copy.