Interface PublicNetState

Public net state returned in action responses.

interface PublicNetState {
    enabled: boolean;
    name: string;
    roleIds: string[];
}

Properties

Properties

enabled: boolean
name: string
roleIds: string[]