penumbra_proto/gen/
penumbra.core.component.funding.v1.rs#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct FundingParameters {}
impl ::prost::Name for FundingParameters {
const NAME: &'static str = "FundingParameters";
const PACKAGE: &'static str = "penumbra.core.component.funding.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.funding.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GenesisContent {
#[prost(message, optional, tag = "1")]
pub funding_params: ::core::option::Option<FundingParameters>,
}
impl ::prost::Name for GenesisContent {
const NAME: &'static str = "GenesisContent";
const PACKAGE: &'static str = "penumbra.core.component.funding.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.funding.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct EventFundingStreamReward {
#[prost(string, tag = "1")]
pub recipient: ::prost::alloc::string::String,
#[prost(uint64, tag = "2")]
pub epoch_index: u64,
#[prost(message, optional, tag = "3")]
pub reward_amount: ::core::option::Option<super::super::super::num::v1::Amount>,
}
impl ::prost::Name for EventFundingStreamReward {
const NAME: &'static str = "EventFundingStreamReward";
const PACKAGE: &'static str = "penumbra.core.component.funding.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.funding.v1.{}", Self::NAME)
}
}