AppleSauce
    Preparing search index...

    Type Alias TWalletSuccessResponse<Method, Result>

    type TWalletSuccessResponse<Method extends string, Result> = {
        error: null;
        result: Result;
        result_type: Method;
    }

    Type Parameters

    • Method extends string
    • Result
    Index

    Properties

    error: null
    result: Result

    Result object, null in case of error

    result_type: Method

    Indicates the structure of the result field