All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sdk.models.transaction.schedule.proto Maven / Gradle / Ivy

There is a newer version: 0.1.5
Show newest version
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