Versions in this module Expand all Collapse all v0 v0.2.0 Apr 7, 2026 v0.1.0 Feb 4, 2026 Changes in this version + var File_api_applicationpb_block_tx_proto protoreflect.FileDescriptor + var File_api_applicationpb_config_proto protoreflect.FileDescriptor + func CommonTestAsnMarshal(t *testing.T, txs []*TestTx) + func NewVersion(version uint64) *uint64 + type ConfigTransaction struct + Envelope []byte + Version uint64 + func (*ConfigTransaction) Descriptor() ([]byte, []int) + func (*ConfigTransaction) ProtoMessage() + func (x *ConfigTransaction) GetEnvelope() []byte + func (x *ConfigTransaction) GetVersion() uint64 + func (x *ConfigTransaction) ProtoReflect() protoreflect.Message + func (x *ConfigTransaction) Reset() + func (x *ConfigTransaction) String() string + type EndorsementWithIdentity struct + Endorsement []byte + Identity *msppb.Identity + func (*EndorsementWithIdentity) Descriptor() ([]byte, []int) + func (*EndorsementWithIdentity) ProtoMessage() + func (x *EndorsementWithIdentity) GetEndorsement() []byte + func (x *EndorsementWithIdentity) GetIdentity() *msppb.Identity + func (x *EndorsementWithIdentity) ProtoReflect() protoreflect.Message + func (x *EndorsementWithIdentity) Reset() + func (x *EndorsementWithIdentity) String() string + type Endorsements struct + EndorsementsWithIdentity []*EndorsementWithIdentity + func (*Endorsements) Descriptor() ([]byte, []int) + func (*Endorsements) ProtoMessage() + func (x *Endorsements) GetEndorsementsWithIdentity() []*EndorsementWithIdentity + func (x *Endorsements) ProtoReflect() protoreflect.Message + func (x *Endorsements) Reset() + func (x *Endorsements) String() string + type NamespacePolicies struct + Policies []*PolicyItem + func (*NamespacePolicies) Descriptor() ([]byte, []int) + func (*NamespacePolicies) ProtoMessage() + func (x *NamespacePolicies) GetPolicies() []*PolicyItem + func (x *NamespacePolicies) ProtoReflect() protoreflect.Message + func (x *NamespacePolicies) Reset() + func (x *NamespacePolicies) String() string + type NamespacePolicy struct + Rule isNamespacePolicy_Rule + func (*NamespacePolicy) Descriptor() ([]byte, []int) + func (*NamespacePolicy) ProtoMessage() + func (x *NamespacePolicy) GetMspRule() []byte + func (x *NamespacePolicy) GetRule() isNamespacePolicy_Rule + func (x *NamespacePolicy) GetThresholdRule() *ThresholdRule + func (x *NamespacePolicy) ProtoReflect() protoreflect.Message + func (x *NamespacePolicy) Reset() + func (x *NamespacePolicy) String() string + type NamespacePolicy_MspRule struct + MspRule []byte + type NamespacePolicy_ThresholdRule struct + ThresholdRule *ThresholdRule + type PolicyItem struct + Namespace string + Policy []byte + Version uint64 + func (*PolicyItem) Descriptor() ([]byte, []int) + func (*PolicyItem) ProtoMessage() + func (x *PolicyItem) GetNamespace() string + func (x *PolicyItem) GetPolicy() []byte + func (x *PolicyItem) GetVersion() uint64 + func (x *PolicyItem) ProtoReflect() protoreflect.Message + func (x *PolicyItem) Reset() + func (x *PolicyItem) String() string + type Read struct + Key []byte + Version *uint64 + func (*Read) Descriptor() ([]byte, []int) + func (*Read) ProtoMessage() + func (x *Read) GetKey() []byte + func (x *Read) GetVersion() uint64 + func (x *Read) ProtoReflect() protoreflect.Message + func (x *Read) Reset() + func (x *Read) String() string + type ReadWrite struct + Key []byte + Value []byte + Version *uint64 + func (*ReadWrite) Descriptor() ([]byte, []int) + func (*ReadWrite) ProtoMessage() + func (x *ReadWrite) GetKey() []byte + func (x *ReadWrite) GetValue() []byte + func (x *ReadWrite) GetVersion() uint64 + func (x *ReadWrite) ProtoReflect() protoreflect.Message + func (x *ReadWrite) Reset() + func (x *ReadWrite) String() string + type TestTx struct + ID string + Namespaces []*TxNamespace + type ThresholdRule struct + PublicKey []byte + Scheme string + func (*ThresholdRule) Descriptor() ([]byte, []int) + func (*ThresholdRule) ProtoMessage() + func (x *ThresholdRule) GetPublicKey() []byte + func (x *ThresholdRule) GetScheme() string + func (x *ThresholdRule) ProtoReflect() protoreflect.Message + func (x *ThresholdRule) Reset() + func (x *ThresholdRule) String() string + type Tx struct + Endorsements []*Endorsements + Namespaces []*TxNamespace + func (*Tx) Descriptor() ([]byte, []int) + func (*Tx) ProtoMessage() + func (x *Tx) GetEndorsements() []*Endorsements + func (x *Tx) GetNamespaces() []*TxNamespace + func (x *Tx) ProtoReflect() protoreflect.Message + func (x *Tx) Reset() + func (x *Tx) String() string + type TxNamespace struct + BlindWrites []*Write + NsId string + NsVersion uint64 + ReadWrites []*ReadWrite + ReadsOnly []*Read + func (*TxNamespace) Descriptor() ([]byte, []int) + func (*TxNamespace) ProtoMessage() + func (ns *TxNamespace) ASN1Marshal(txID string) ([]byte, error) + func (x *TxNamespace) GetBlindWrites() []*Write + func (x *TxNamespace) GetNsId() string + func (x *TxNamespace) GetNsVersion() uint64 + func (x *TxNamespace) GetReadWrites() []*ReadWrite + func (x *TxNamespace) GetReadsOnly() []*Read + func (x *TxNamespace) ProtoReflect() protoreflect.Message + func (x *TxNamespace) Reset() + func (x *TxNamespace) String() string + type Write struct + Key []byte + Value []byte + func (*Write) Descriptor() ([]byte, []int) + func (*Write) ProtoMessage() + func (x *Write) GetKey() []byte + func (x *Write) GetValue() []byte + func (x *Write) ProtoReflect() protoreflect.Message + func (x *Write) Reset() + func (x *Write) String() string