AccountTrace constructor

AccountTrace({
  1. BigInt? balance,
  2. BigInt? placeholder,
})

Create a new AccountTrace instance with specified parameters.

Implementation

AccountTrace({this.balance, this.placeholder});