Documentation
    Preparing search index...

    Type Alias PlaceOfferParams

    type PlaceOfferParams = {
        coin: TransactionObjectInput;
        coinType: string;
        domainName: string;
        expiresAt?: number;
    }
    Index

    Properties

    The payment coin for the offer

    coinType: string

    The coin type for the offer (e.g. '0x2::sui::SUI')

    domainName: string

    The domain name to make an offer on (e.g. 'example.sui')

    expiresAt?: number

    Optional expiration timestamp in seconds