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

    Interface WalletPluginLoginResponse

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

    interface WalletPluginLoginResponse {
        chain: Checksum256;
        identityProof?: IdentityProof;
        permissionLevel: PermissionLevel;
    }
    Index
    identityProof?: IdentityProof
    permissionLevel: PermissionLevel