hedera 0.3.0

Hedera SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
syntax = "proto3";

package proto;

option java_package = "com.hederahashgraph.api.proto.java";
option java_multiple_files = true;

import "BasicTypes.proto";


message CreateFeeScheduleTransactionBody {
	Key key = 1; // the key that must sign to update the Fee Schedule
	repeated TransactionFeeSchedule transactionFeeSchedule = 2;
}