getCapabilities abstract method

Future<GetCapabilitiesResult> getCapabilities()

Non-privileged method

This method can be used to fetch limits of a wallet endpoint’s implementation of the specification. It returns whether optional specification features are supported, as well as any implementation-specific limits.

Implementation

Future<GetCapabilitiesResult> getCapabilities();