Documentation
    Preparing search index...

    Type Alias FinalizeAuctionParams

    type FinalizeAuctionParams = {
        coinType: string;
        derivedKeys?: number[][];
        domainName: string;
        keyServers?: string[];
    }
    Index

    Properties

    coinType: string

    The coin type the auction is denominated in

    derivedKeys?: number[][]

    Optional derived keys from Seal key servers for decrypting the reserve price. Required only if the auction has an encrypted reserve price.

    domainName: string

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

    keyServers?: string[]

    Optional key server addresses corresponding to the derived keys. Required only if the auction has an encrypted reserve price.