payload static method

NodeState payload(
  1. List<NodeId> bytes
)

Convenience constructors mirroring the other bindings.

Implementation

static NodeState payload(List<int> bytes) => NodeStatePayload(bytes);