interface PermissionScopeParam {
    events?: PermissionScopeEvents[];
    methods: PermissionScopeMethods[];
    networks: NetworkType[];
}

Properties

networks: NetworkType[]