Type alias LoadBidInput

LoadBidInput: {
    lazyBid: LazyBid;
    loadJsonMetadata?: boolean;
}

Type declaration

  • lazyBid: LazyBid

    The LazyBid model to transform into the Bid.

  • Optional loadJsonMetadata?: boolean

    Whether or not we should fetch the JSON Metadata for the NFT or SFT.

    Default Value

    true

Generated using TypeDoc