Documentation
    Preparing search index...

    Type Alias AcceptOfferParams

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

    Properties

    buyerAddress: string

    The address of the offer maker (buyer)

    coinType: string

    The coin type of the offer being accepted

    suinsRegistration: TransactionObjectInput

    The SuinsRegistration NFT to transfer to the buyer