Type alias LoadPurchaseInput

LoadPurchaseInput: {
    lazyPurchase: LazyPurchase;
    loadJsonMetadata?: boolean;
}

Type declaration

  • lazyPurchase: LazyPurchase

    The LazyPurchase model to transform into the Purchase.

  • Optional loadJsonMetadata?: boolean

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

    Default Value

    true

Generated using TypeDoc