AppleSauce
    Preparing search index...

    Interface BaseWalletRequest<TMethod, TParams>

    Base request structure for all NIP-47 requests

    interface BaseWalletRequest<TMethod extends WalletMethod, TParams> {
        method: TMethod;
        params: TParams;
    }

    Type Parameters

    Index

    Properties

    Properties

    method: TMethod

    The method to call

    params: TParams

    Parameters for the method