AccountIdentifier constructor

AccountIdentifier({
  1. required TronAddress address,
})

Create a new AccountIdentifier instance with specified parameters.

Implementation

AccountIdentifier({required this.address});