typescript-sdk

Home > @3rdweb/sdk > BundleModuleMetadata

BundleModuleMetadata class

Signature:

export declare class BundleModuleMetadata extends CommonModuleMetadata 

Extends: CommonModuleMetadata

Properties

Property Modifiers Type Description
feeRecipient?   string (Optional) The address of the royalty recipient. All royalties will be sent to this address.
sellerFeeBasisPoints   number The amount of royalty collected on all royalties represented as basis points. The default is 0 (no royalties).1 basis point = 0.01%For example: if this value is 100, then the royalty is 1% of the total sales.