AppleSauce
    Preparing search index...

    Type Alias WalletMethodHandler<Method>

    WalletMethodHandler: (
        params: Method["request"]["params"],
    ) => Promise<Method["response"]["result"]>

    Generic type for wallet method handlers

    Type Parameters

    Type Declaration

      • (params: Method["request"]["params"]): Promise<Method["response"]["result"]>
      • Parameters

        • params: Method["request"]["params"]

        Returns Promise<Method["response"]["result"]>