Documentation
    Preparing search index...

    Type Alias PlaceBidParams

    type PlaceBidParams = {
        bid: TransactionObjectInput;
        coinType: string;
        domainName: string;
    }
    Index

    Properties

    The bid payment coin

    coinType: string

    The coin type the auction is denominated in

    domainName: string

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