Class RoyaltyInfoResult
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
Represents the royalty information result.
[FunctionOutput]
public class RoyaltyInfoResult
- Inheritance
-
RoyaltyInfoResult
- Inherited Members
Properties
Bps
Gets or sets the basis points (bps) for royalty.
[Parameter("uint256", "", 2)]
[JsonProperty("bps")]
public BigInteger Bps { get; set; }
Property Value
Recipient
Gets or sets the recipient address.
[Parameter("address", "", 1)]
[JsonProperty("recipient")]
public string Recipient { get; set; }