penumbra_sdk_proto/gen/
penumbra.core.component.funding.v1.rs#[derive(Clone, Copy, 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 {
"penumbra.core.component.funding.v1.FundingParameters".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/penumbra.core.component.funding.v1.FundingParameters".into()
}
}
#[derive(Clone, Copy, 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 {
"penumbra.core.component.funding.v1.GenesisContent".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/penumbra.core.component.funding.v1.GenesisContent".into()
}
}
#[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 {
"penumbra.core.component.funding.v1.EventFundingStreamReward".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/penumbra.core.component.funding.v1.EventFundingStreamReward".into()
}
}