Skip to main content
type GetCapabilitiesRequest = {
  method: "wallet_getCapabilities";
  params: [];
};
A request to get the capabilities of the wallet

Properties

PropertyType
method"wallet_getCapabilities"
params[]