AppleSauce
    Preparing search index...

    Interface TWalletRequest<Method, Params>

    Base request structure for all NIP-47 requests

    interface TWalletRequest<Method extends string, Params> {
        method: Method;
        params: Params;
    }

    Type Parameters

    • Method extends string
    • Params
    Index

    Properties

    Properties

    method: Method

    The method to call

    params: Params

    Parameters for the method