showSomeBasicInfoOfTheNode constant

AptosApiMethod const showSomeBasicInfoOfTheNode

Implementation

static const AptosApiMethod showSomeBasicInfoOfTheNode = AptosApiMethod._(
  url: '/info',
  name: 'Show some basic info of the node.',
  requestType: RequestServiceType.get,
);