Creates an instance of UdtInfo.
The total UDT balance.
The total CKB capacity of the UDT cells.
The number of UDT cells.
The total UDT balance.
The total CKB capacity of the UDT cells.
The number of UDT cells.
StaticfromCreates a UdtInfo instance from a UdtInfoLike object.
OptionalinfoLike: UdtInfoLikeA UdtInfoLike object or an instance of UdtInfo.
A new UdtInfo instance.
StaticdefaultCreates a default UdtInfo instance with all values set to zero.
A new UdtInfo instance with zero balance, capacity, and count.
Clones the UdtInfo instance.
A new UdtInfo instance that is a copy of the current one.
Adds the values from another UdtInfoLike object to this instance (in-place).
The UdtInfoLike object to add.
The current, modified UdtInfo instance.
Creates a new UdtInfo instance by adding the values from another UdtInfoLike object to the current one.
This method is not in-place.
The UdtInfoLike object to add.
A new UdtInfo instance with the summed values.
Represents aggregated information about a set of UDT cells. This class encapsulates the total balance, total CKB capacity, and the number of cells.