File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
lazer/publisher_sdk/proto Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11syntax = "proto3" ;
2+ package pyth_lazer_transaction ;
23
34import "google/protobuf/timestamp.proto" ;
45
5- package pyth_lazer_transaction ;
6-
7- // All optional fields should always be set unless documented otherwise.
6+ // if any fields marked as [required] are missing, feed/publisher update will be rejected
87
98// Publisher update included in transaction
109//
Original file line number Diff line number Diff line change 11syntax = "proto3" ;
2-
32package pyth_lazer_transaction ;
43
54import "publisher_update.proto" ;
65
6+ // if any fields marked as [required] are missing, transaction will be rejected
7+ // if signature does not match payload bytes, transaction will be rejected
8+
79// Signed transaction for lazer
810// Payload should be created on the publisher side and encoded as bytes.
911// Resulting bytes should then be signed with the signature scheme specified.
You can’t perform that action at this time.
0 commit comments