You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
messageBlockHeader {
google.protobuf.Timestamptimestamp=3;
stringproducer=4;
uint32confirmed=5; // uint16stringprevious=6;
bytestransaction_mroot=7;
bytesaction_mroot=8;
uint32schedule_version=9;
repeatedExtensionheader_extensions=11;
repeatedBlockHeaderExtensiondecoded_header_extensions=12;
// EOSIO 1.x only//// A change to producer schedule was reported as a `NewProducers` field on the// `BlockHeader` in EOSIO 1.x. In EOSIO 2.x, when feature `WTMSIG_BLOCK_SIGNATURES`// is activated, the `NewProducers` field is not present anymore and the schedule change// is reported through a `BlockHeaderExtension` on the the `BlockHeader` struct.//// If you need to access the old value, you canProducerSchedulenew_producers_v1=10;
}
messageBlockHeaderExtension {
oneofextension {
ProtocolFeatureActivationExtensionprotocol_feature_activation_extension=1;
ProducerScheduleChangeExtensionproducer_schedule_change_extension=2;
}
}
messageProtocolFeatureActivationExtension {
repeatedbytesprotocol_features=1;
}
messageProducerScheduleChangeExtension {
ProducerAuthorityScheduleproducer_schedule=1;
}
messageProducerAuthoritySchedule {
uint32version=1;
repeatedProducerAuthorityproducers=2;
}
// Present in EOSIO 2.x onlymessageProducerAuthority {
stringaccount_name=1;
BlockSigningAuthorityblock_signing_authority=2;
}
The text was updated successfully, but these errors were encountered:
To add
The text was updated successfully, but these errors were encountered: