Documentation
    Preparing search index...

    Type Alias DeclineOfferParams

    type DeclineOfferParams = {
        buyerAddress: string;
        coinType: string;
        suinsRegistration: TransactionObjectInput;
    }
    Index

    Properties

    buyerAddress: string

    The address of the offer maker to refund

    coinType: string

    The coin type of the offer being declined

    suinsRegistration: TransactionObjectInput

    The SuinsRegistration NFT (read-only reference)