dchain-sdk-proto 0.9.2

Protobuf stuct defintions for Dchain
1
2
3
4
5
6
7
8
9
10
// @generated
// This file is @generated by prost-build.
/// GenesisState defines the raw genesis transaction in JSON.
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GenesisState {
    /// gen_txs defines the genesis transactions.
    #[prost(bytes = "vec", repeated, tag = "1")]
    pub gen_txs: ::prost::alloc::vec::Vec<::prost::alloc::vec::Vec<u8>>,
}
// @@protoc_insertion_point(module)