Documentation
    Preparing search index...

    Type Alias CreateListingParams

    type CreateListingParams = {
        coinType: string;
        expiresAt?: number;
        price: bigint;
        suinsRegistration: TransactionObjectInput;
    }
    Index

    Properties

    coinType: string

    The coin type to list in (e.g. '0x2::sui::SUI')

    expiresAt?: number

    Optional expiration timestamp in seconds

    price: bigint

    The fixed price for the listing (in base units of the coin)

    suinsRegistration: TransactionObjectInput

    The SuinsRegistration NFT to list