getAccount constant

AptosApiMethod const getAccount

Implementation

static const AptosApiMethod getAccount = AptosApiMethod._(
  url: '/accounts/{address}',
  name: 'Get account',
  requestType: RequestServiceType.get,
);