![JAR search and dependency download from the Maven repository](/logo.png)
sdk.models.transaction.schedule.proto Maven / Gradle / Ivy
syntax = "proto3";
import "scalapb/scalapb.proto";
import "scalapb/validate.proto";
import "validate/validate.proto";
package org.plasmalabs.sdk.models.transaction;
message Schedule {
uint64 min = 1;
uint64 max = 2;
uint64 timestamp = 3;
}
option (scalapb.options) = {
[scalapb.validate.file] {
validate_at_construction: true
}
field_transformations: [
{
when: {options: {[validate.rules] {message: {required: true}}}}
set: {
[scalapb.field] {
required: true
}
}
}
]
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy