flow_access_api 0.1.7

The Rust implementation of the Flow Access API through gRPC client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";

package flow.entities;

option go_package = "github.com/onflow/flow/protobuf/go/flow/entities";
option java_package = "org.onflow.protobuf.entities";

message RegisterID {
  bytes owner = 1;
  bytes key = 2;
}