Documentation
    Preparing search index...

    Type Alias BuyListingParams

    type BuyListingParams = {
        coinType: string;
        domainName: string;
        payment: TransactionObjectInput;
    }
    Index

    Properties

    coinType: string

    The coin type the listing is priced in

    domainName: string

    The domain name (e.g. 'example.sui')

    The payment coin (must match the listing price exactly)