GetAssetWithProofOptions: {
    resolveCollectionSellerFeeBasisPoints?: ((collection: PublicKey, rpcAsset: DasApiAsset) => number | Promise<number | undefined> | undefined);
    truncateCanopy?: boolean;
}

Type declaration

  • Optional resolveCollectionSellerFeeBasisPoints?: ((collection: PublicKey, rpcAsset: DasApiAsset) => number | Promise<number | undefined> | undefined)
      • (collection: PublicKey, rpcAsset: DasApiAsset): number | Promise<number | undefined> | undefined
      • Parameters

        Returns number | Promise<number | undefined> | undefined

  • Optional truncateCanopy?: boolean

Generated using TypeDoc