@wharfkit/session - v4.0.1
    Preparing search index...

    Interface UserInterfaceLoginResponse

    The response for a login call of a [[UserInterface]].

    interface UserInterfaceLoginResponse {
        chainId?: Checksum256Type;
        permissionLevel?: PermissionLevelType;
        walletPluginIndex: number;
    }
    Index
    chainId?: Checksum256Type
    permissionLevel?: PermissionLevelType
    walletPluginIndex: number