AptosRequestGetAccountTransactions constructor
AptosRequestGetAccountTransactions({
- required AptosAddress address,
- BigInt? start,
- int? limit,
Implementation
AptosRequestGetAccountTransactions(
{required this.address, this.start, this.limit});