optionalboolbitcoin_only=60000;// enum value is available on BITCOIN_ONLY build
// (messages not marked bitcoin_only will be EXCLUDED)
}
/** Options for tagging enum types */
extendgoogle.protobuf.EnumOptions{
optionalboolhas_bitcoin_only_values=51001;// indicate that some values should be excluded on BITCOIN_ONLY builds
}
/** Options for tagging message types */
extendgoogle.protobuf.MessageOptions{
optionalboolexperimental_message=52001;// indicate that a message is intended for development and beta testing only and its definition may change at any time
optionaluint32wire_type=52002;// override wire type specified in the MessageType enum
optionalboolinternal_only=52003;// indicate that a message is intended for internal use only and should not be transmitted via the wire
}
/** Options for tagging field types */
extendgoogle.protobuf.FieldOptions{
optionalboolexperimental_field=53001;// indicate that a field is intended for development and beta testing only
}
/** Options for tagging files with protobuf definitions */
extendgoogle.protobuf.FileOptions{
optionalboolinclude_in_bitcoin_only=60000;// definitions are available on BITCOIN_ONLY build
// intentionally identical to `bitcoin_only` from enum