interface State {
    validProxyList: TypeFromFields<{
        nodeId: FieldType<NodeId>;
    }>[];
}

Hierarchy

  • StateType
    • State

Properties

Properties

validProxyList: TypeFromFields<{
    nodeId: FieldType<NodeId>;
}>[]

List of valid proxies that can proxy this Node. Each entry in this list is fabric-scoped.

MatterSpecification.v13.Core § 9.15.14.5.1