Skip to main content
Version: V2

collectPaidMwParams

The collectPaidMwParams input type specifies the collectPaid middleware params.

input collectPaidMwParams {
totalSupply: Int!
amount: Int!
recipient: AddressEVM!
currency: ContractAddressEVM!
subscribeRequired: Boolean!
}

Fields

totalSupply (Int)

totalSupply the total supply of collects.

amount (Int)

amount the amount to pay.

recipient (AddressEVM)

recipient the recipient wallet address.

currency (ContractAddressEVM)

currency the currency contract address.

subscribeRequired (Boolean)

subscribeRequired if a subscription is required.

Designed by