appv1alpha1

package
v0.64.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2024 License: Apache-2.0, MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_penumbra_core_app_v1alpha1_app_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AppParameters added in v0.62.0

type AppParameters struct {

	// Chain module parameters.
	ChainParams *v1alpha11.ChainParameters `protobuf:"bytes,1,opt,name=chain_params,json=chainParams,proto3" json:"chain_params,omitempty"`
	// DAO module parameters.
	DaoParams *v1alpha12.DaoParameters `protobuf:"bytes,2,opt,name=dao_params,json=daoParams,proto3" json:"dao_params,omitempty"`
	// Governance module parameters.
	GovernanceParams *v1alpha13.GovernanceParameters `protobuf:"bytes,3,opt,name=governance_params,json=governanceParams,proto3" json:"governance_params,omitempty"`
	// IBC module parameters.
	IbcParams *v1alpha14.IbcParameters `protobuf:"bytes,4,opt,name=ibc_params,json=ibcParams,proto3" json:"ibc_params,omitempty"`
	// Stake module parameters.
	StakeParams *v1alpha15.StakeParameters `protobuf:"bytes,5,opt,name=stake_params,json=stakeParams,proto3" json:"stake_params,omitempty"`
	// Fee module parameters.
	FeeParams *v1alpha16.FeeParameters `protobuf:"bytes,6,opt,name=fee_params,json=feeParams,proto3" json:"fee_params,omitempty"`
	// Distributions module parameters.
	DistributionsParams *v1alpha17.DistributionsParameters `protobuf:"bytes,7,opt,name=distributions_params,json=distributionsParams,proto3" json:"distributions_params,omitempty"`
	// contains filtered or unexported fields
}

func (*AppParameters) Descriptor deprecated added in v0.62.0

func (*AppParameters) Descriptor() ([]byte, []int)

Deprecated: Use AppParameters.ProtoReflect.Descriptor instead.

func (*AppParameters) GetChainParams added in v0.62.0

func (x *AppParameters) GetChainParams() *v1alpha11.ChainParameters

func (*AppParameters) GetDaoParams added in v0.62.0

func (x *AppParameters) GetDaoParams() *v1alpha12.DaoParameters

func (*AppParameters) GetDistributionsParams added in v0.64.0

func (x *AppParameters) GetDistributionsParams() *v1alpha17.DistributionsParameters

func (*AppParameters) GetFeeParams added in v0.62.0

func (x *AppParameters) GetFeeParams() *v1alpha16.FeeParameters

func (*AppParameters) GetGovernanceParams added in v0.62.0

func (x *AppParameters) GetGovernanceParams() *v1alpha13.GovernanceParameters

func (*AppParameters) GetIbcParams added in v0.62.0

func (x *AppParameters) GetIbcParams() *v1alpha14.IbcParameters

func (*AppParameters) GetStakeParams added in v0.62.0

func (x *AppParameters) GetStakeParams() *v1alpha15.StakeParameters

func (*AppParameters) ProtoMessage added in v0.62.0

func (*AppParameters) ProtoMessage()

func (*AppParameters) ProtoReflect added in v0.62.0

func (x *AppParameters) ProtoReflect() protoreflect.Message

func (*AppParameters) Reset added in v0.62.0

func (x *AppParameters) Reset()

func (*AppParameters) String added in v0.62.0

func (x *AppParameters) String() string

type AppParametersRequest added in v0.62.0

type AppParametersRequest struct {

	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// contains filtered or unexported fields
}

Requests the global configuration data for the app.

func (*AppParametersRequest) Descriptor deprecated added in v0.62.0

func (*AppParametersRequest) Descriptor() ([]byte, []int)

Deprecated: Use AppParametersRequest.ProtoReflect.Descriptor instead.

func (*AppParametersRequest) GetChainId added in v0.62.0

func (x *AppParametersRequest) GetChainId() string

func (*AppParametersRequest) ProtoMessage added in v0.62.0

func (*AppParametersRequest) ProtoMessage()

func (*AppParametersRequest) ProtoReflect added in v0.62.0

func (x *AppParametersRequest) ProtoReflect() protoreflect.Message

func (*AppParametersRequest) Reset added in v0.62.0

func (x *AppParametersRequest) Reset()

func (*AppParametersRequest) String added in v0.62.0

func (x *AppParametersRequest) String() string

type AppParametersResponse added in v0.62.0

type AppParametersResponse struct {
	AppParameters *AppParameters `protobuf:"bytes,1,opt,name=app_parameters,json=appParameters,proto3" json:"app_parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*AppParametersResponse) Descriptor deprecated added in v0.62.0

func (*AppParametersResponse) Descriptor() ([]byte, []int)

Deprecated: Use AppParametersResponse.ProtoReflect.Descriptor instead.

func (*AppParametersResponse) GetAppParameters added in v0.62.0

func (x *AppParametersResponse) GetAppParameters() *AppParameters

func (*AppParametersResponse) ProtoMessage added in v0.62.0

func (*AppParametersResponse) ProtoMessage()

func (*AppParametersResponse) ProtoReflect added in v0.62.0

func (x *AppParametersResponse) ProtoReflect() protoreflect.Message

func (*AppParametersResponse) Reset added in v0.62.0

func (x *AppParametersResponse) Reset()

func (*AppParametersResponse) String added in v0.62.0

func (x *AppParametersResponse) String() string

type GenesisAppState added in v0.62.0

type GenesisAppState struct {

	// Types that are assignable to GenesisAppState:
	//
	//	*GenesisAppState_GenesisContent
	//	*GenesisAppState_GenesisCheckpoint
	GenesisAppState isGenesisAppState_GenesisAppState `protobuf_oneof:"genesis_app_state"`
	// contains filtered or unexported fields
}

func (*GenesisAppState) Descriptor deprecated added in v0.62.0

func (*GenesisAppState) Descriptor() ([]byte, []int)

Deprecated: Use GenesisAppState.ProtoReflect.Descriptor instead.

func (*GenesisAppState) GetGenesisAppState added in v0.62.0

func (m *GenesisAppState) GetGenesisAppState() isGenesisAppState_GenesisAppState

func (*GenesisAppState) GetGenesisCheckpoint added in v0.62.0

func (x *GenesisAppState) GetGenesisCheckpoint() []byte

func (*GenesisAppState) GetGenesisContent added in v0.62.0

func (x *GenesisAppState) GetGenesisContent() *GenesisContent

func (*GenesisAppState) ProtoMessage added in v0.62.0

func (*GenesisAppState) ProtoMessage()

func (*GenesisAppState) ProtoReflect added in v0.62.0

func (x *GenesisAppState) ProtoReflect() protoreflect.Message

func (*GenesisAppState) Reset added in v0.62.0

func (x *GenesisAppState) Reset()

func (*GenesisAppState) String added in v0.62.0

func (x *GenesisAppState) String() string

type GenesisAppState_GenesisCheckpoint added in v0.62.0

type GenesisAppState_GenesisCheckpoint struct {
	GenesisCheckpoint []byte `protobuf:"bytes,2,opt,name=genesis_checkpoint,json=genesisCheckpoint,proto3,oneof"`
}

type GenesisAppState_GenesisContent added in v0.62.0

type GenesisAppState_GenesisContent struct {
	GenesisContent *GenesisContent `protobuf:"bytes,1,opt,name=genesis_content,json=genesisContent,proto3,oneof"`
}

type GenesisContent added in v0.62.0

type GenesisContent struct {

	// Stake module genesis state.
	StakeContent *v1alpha15.GenesisContent `protobuf:"bytes,1,opt,name=stake_content,json=stakeContent,proto3" json:"stake_content,omitempty"`
	// Shielded pool module genesis state.
	ShieldedPoolContent *v1alpha18.GenesisContent `protobuf:"bytes,2,opt,name=shielded_pool_content,json=shieldedPoolContent,proto3" json:"shielded_pool_content,omitempty"`
	// Governance module genesis state.
	GovernanceContent *v1alpha13.GenesisContent `protobuf:"bytes,3,opt,name=governance_content,json=governanceContent,proto3" json:"governance_content,omitempty"`
	// IBC module genesis state.
	IbcContent *v1alpha14.GenesisContent `protobuf:"bytes,4,opt,name=ibc_content,json=ibcContent,proto3" json:"ibc_content,omitempty"`
	// Chain module genesis state.
	ChainContent *v1alpha11.GenesisContent `protobuf:"bytes,5,opt,name=chain_content,json=chainContent,proto3" json:"chain_content,omitempty"`
	// DAO module genesis state.
	DaoContent *v1alpha12.GenesisContent `protobuf:"bytes,6,opt,name=dao_content,json=daoContent,proto3" json:"dao_content,omitempty"`
	// Fee module genesis state.
	FeeContent *v1alpha16.GenesisContent `protobuf:"bytes,7,opt,name=fee_content,json=feeContent,proto3" json:"fee_content,omitempty"`
	// Distributions module genesis state.
	DistributionsContent *v1alpha17.GenesisContent `protobuf:"bytes,8,opt,name=distributions_content,json=distributionsContent,proto3" json:"distributions_content,omitempty"`
	// contains filtered or unexported fields
}

func (*GenesisContent) Descriptor deprecated added in v0.62.0

func (*GenesisContent) Descriptor() ([]byte, []int)

Deprecated: Use GenesisContent.ProtoReflect.Descriptor instead.

func (*GenesisContent) GetChainContent added in v0.62.0

func (x *GenesisContent) GetChainContent() *v1alpha11.GenesisContent

func (*GenesisContent) GetDaoContent added in v0.62.0

func (x *GenesisContent) GetDaoContent() *v1alpha12.GenesisContent

func (*GenesisContent) GetDistributionsContent added in v0.64.0

func (x *GenesisContent) GetDistributionsContent() *v1alpha17.GenesisContent

func (*GenesisContent) GetFeeContent added in v0.62.0

func (x *GenesisContent) GetFeeContent() *v1alpha16.GenesisContent

func (*GenesisContent) GetGovernanceContent added in v0.62.0

func (x *GenesisContent) GetGovernanceContent() *v1alpha13.GenesisContent

func (*GenesisContent) GetIbcContent added in v0.62.0

func (x *GenesisContent) GetIbcContent() *v1alpha14.GenesisContent

func (*GenesisContent) GetShieldedPoolContent added in v0.62.0

func (x *GenesisContent) GetShieldedPoolContent() *v1alpha18.GenesisContent

func (*GenesisContent) GetStakeContent added in v0.62.0

func (x *GenesisContent) GetStakeContent() *v1alpha15.GenesisContent

func (*GenesisContent) ProtoMessage added in v0.62.0

func (*GenesisContent) ProtoMessage()

func (*GenesisContent) ProtoReflect added in v0.62.0

func (x *GenesisContent) ProtoReflect() protoreflect.Message

func (*GenesisContent) Reset added in v0.62.0

func (x *GenesisContent) Reset()

func (*GenesisContent) String added in v0.62.0

func (x *GenesisContent) String() string

type TransactionsByHeightRequest added in v0.64.0

type TransactionsByHeightRequest struct {

	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// The block height to retrieve.
	BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	// contains filtered or unexported fields
}

Requests the list of all transactions that occurred within a given block.

func (*TransactionsByHeightRequest) Descriptor deprecated added in v0.64.0

func (*TransactionsByHeightRequest) Descriptor() ([]byte, []int)

Deprecated: Use TransactionsByHeightRequest.ProtoReflect.Descriptor instead.

func (*TransactionsByHeightRequest) GetBlockHeight added in v0.64.0

func (x *TransactionsByHeightRequest) GetBlockHeight() uint64

func (*TransactionsByHeightRequest) GetChainId added in v0.64.0

func (x *TransactionsByHeightRequest) GetChainId() string

func (*TransactionsByHeightRequest) ProtoMessage added in v0.64.0

func (*TransactionsByHeightRequest) ProtoMessage()

func (*TransactionsByHeightRequest) ProtoReflect added in v0.64.0

func (*TransactionsByHeightRequest) Reset added in v0.64.0

func (x *TransactionsByHeightRequest) Reset()

func (*TransactionsByHeightRequest) String added in v0.64.0

func (x *TransactionsByHeightRequest) String() string

type TransactionsByHeightResponse added in v0.64.0

type TransactionsByHeightResponse struct {

	// The transactions.
	Transactions []*v1alpha1.Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// The block height.
	BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	// contains filtered or unexported fields
}

A transaction that appeared within a given block.

func (*TransactionsByHeightResponse) Descriptor deprecated added in v0.64.0

func (*TransactionsByHeightResponse) Descriptor() ([]byte, []int)

Deprecated: Use TransactionsByHeightResponse.ProtoReflect.Descriptor instead.

func (*TransactionsByHeightResponse) GetBlockHeight added in v0.64.0

func (x *TransactionsByHeightResponse) GetBlockHeight() uint64

func (*TransactionsByHeightResponse) GetTransactions added in v0.64.0

func (x *TransactionsByHeightResponse) GetTransactions() []*v1alpha1.Transaction

func (*TransactionsByHeightResponse) ProtoMessage added in v0.64.0

func (*TransactionsByHeightResponse) ProtoMessage()

func (*TransactionsByHeightResponse) ProtoReflect added in v0.64.0

func (*TransactionsByHeightResponse) Reset added in v0.64.0

func (x *TransactionsByHeightResponse) Reset()

func (*TransactionsByHeightResponse) String added in v0.64.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL