DelegateResourceContract constructor
DelegateResourceContract({
- required TronAddress ownerAddress,
- required BigInt balance,
- required TronAddress receiverAddress,
- bool? lock,
- ResourceCode? resource,
- BigInt? lockPeriod,
Create a new DelegateResourceContract instance with specified parameters.
Implementation
DelegateResourceContract(
{required this.ownerAddress,
required this.balance,
required this.receiverAddress,
this.lock,
this.resource,
this.lockPeriod});