Documentation
    Preparing search index...

    Type Alias MakeCounterOfferParams

    type MakeCounterOfferParams = {
        buyerAddress: string;
        coinType: string;
        counterOfferValue: bigint;
        suinsRegistration: TransactionObjectInput;
    }
    Index

    Properties

    buyerAddress: string

    The address of the original offer maker

    coinType: string

    The coin type of the original offer

    counterOfferValue: bigint

    The counter offer value (must be higher than original offer)

    suinsRegistration: TransactionObjectInput

    The SuinsRegistration NFT (read-only reference)