AptosRequestGetAccountTransactions constructor

AptosRequestGetAccountTransactions({
  1. required AptosAddress address,
  2. BigInt? start,
  3. int? limit,
})

Implementation

AptosRequestGetAccountTransactions(
    {required this.address, this.start, this.limit});