Documentation ¶
Index ¶
- type BlockProof
- func (*BlockProof) Descriptor() ([]byte, []int)
- func (m *BlockProof) GetHeight() uint64
- func (m *BlockProof) GetProducerAddress() string
- func (m *BlockProof) GetProducerPublicKey() []byte
- func (m *BlockProof) GetRoots() []*MerkleRoot
- func (m *BlockProof) GetSubChainAddress() string
- func (*BlockProof) ProtoMessage()
- func (m *BlockProof) Reset()
- func (m *BlockProof) String() string
- func (m *BlockProof) XXX_DiscardUnknown()
- func (m *BlockProof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BlockProof) XXX_Merge(src proto.Message)
- func (m *BlockProof) XXX_Size() int
- func (m *BlockProof) XXX_Unmarshal(b []byte) error
- type Deposit
- func (*Deposit) Descriptor() ([]byte, []int)
- func (m *Deposit) GetAddress() []byte
- func (m *Deposit) GetAmount() string
- func (m *Deposit) GetConfirmed() bool
- func (*Deposit) ProtoMessage()
- func (m *Deposit) Reset()
- func (m *Deposit) String() string
- func (m *Deposit) XXX_DiscardUnknown()
- func (m *Deposit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Deposit) XXX_Merge(src proto.Message)
- func (m *Deposit) XXX_Size() int
- func (m *Deposit) XXX_Unmarshal(b []byte) error
- type InOperation
- func (*InOperation) Descriptor() ([]byte, []int)
- func (m *InOperation) GetAddress() []byte
- func (m *InOperation) GetId() uint32
- func (*InOperation) ProtoMessage()
- func (m *InOperation) Reset()
- func (m *InOperation) String() string
- func (m *InOperation) XXX_DiscardUnknown()
- func (m *InOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InOperation) XXX_Merge(src proto.Message)
- func (m *InOperation) XXX_Size() int
- func (m *InOperation) XXX_Unmarshal(b []byte) error
- type MerkleRoot
- func (*MerkleRoot) Descriptor() ([]byte, []int)
- func (m *MerkleRoot) GetName() string
- func (m *MerkleRoot) GetValue() []byte
- func (*MerkleRoot) ProtoMessage()
- func (m *MerkleRoot) Reset()
- func (m *MerkleRoot) String() string
- func (m *MerkleRoot) XXX_DiscardUnknown()
- func (m *MerkleRoot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MerkleRoot) XXX_Merge(src proto.Message)
- func (m *MerkleRoot) XXX_Size() int
- func (m *MerkleRoot) XXX_Unmarshal(b []byte) error
- type SubChain
- func (*SubChain) Descriptor() ([]byte, []int)
- func (m *SubChain) GetChainID() uint32
- func (m *SubChain) GetCurrentHeight() uint64
- func (m *SubChain) GetDepositCount() uint64
- func (m *SubChain) GetOperationDeposit() string
- func (m *SubChain) GetOwnerPublicKey() []byte
- func (m *SubChain) GetParentHeightOffset() uint64
- func (m *SubChain) GetSecurityDeposit() string
- func (m *SubChain) GetStartHeight() uint64
- func (m *SubChain) GetStopHeight() uint64
- func (*SubChain) ProtoMessage()
- func (m *SubChain) Reset()
- func (m *SubChain) String() string
- func (m *SubChain) XXX_DiscardUnknown()
- func (m *SubChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SubChain) XXX_Merge(src proto.Message)
- func (m *SubChain) XXX_Size() int
- func (m *SubChain) XXX_Unmarshal(b []byte) error
- type SubChainsInOperation
- func (*SubChainsInOperation) Descriptor() ([]byte, []int)
- func (m *SubChainsInOperation) GetInOp() []*InOperation
- func (*SubChainsInOperation) ProtoMessage()
- func (m *SubChainsInOperation) Reset()
- func (m *SubChainsInOperation) String() string
- func (m *SubChainsInOperation) XXX_DiscardUnknown()
- func (m *SubChainsInOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SubChainsInOperation) XXX_Merge(src proto.Message)
- func (m *SubChainsInOperation) XXX_Size() int
- func (m *SubChainsInOperation) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockProof ¶
type BlockProof struct { SubChainAddress string `protobuf:"bytes,1,opt,name=subChainAddress,proto3" json:"subChainAddress,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Roots []*MerkleRoot `protobuf:"bytes,3,rep,name=roots,proto3" json:"roots,omitempty"` ProducerPublicKey []byte `protobuf:"bytes,4,opt,name=producerPublicKey,proto3" json:"producerPublicKey,omitempty"` ProducerAddress string `protobuf:"bytes,5,opt,name=producerAddress,proto3" json:"producerAddress,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BlockProof) Descriptor ¶
func (*BlockProof) Descriptor() ([]byte, []int)
func (*BlockProof) GetHeight ¶
func (m *BlockProof) GetHeight() uint64
func (*BlockProof) GetProducerAddress ¶
func (m *BlockProof) GetProducerAddress() string
func (*BlockProof) GetProducerPublicKey ¶
func (m *BlockProof) GetProducerPublicKey() []byte
func (*BlockProof) GetRoots ¶
func (m *BlockProof) GetRoots() []*MerkleRoot
func (*BlockProof) GetSubChainAddress ¶
func (m *BlockProof) GetSubChainAddress() string
func (*BlockProof) ProtoMessage ¶
func (*BlockProof) ProtoMessage()
func (*BlockProof) Reset ¶
func (m *BlockProof) Reset()
func (*BlockProof) String ¶
func (m *BlockProof) String() string
func (*BlockProof) XXX_DiscardUnknown ¶
func (m *BlockProof) XXX_DiscardUnknown()
func (*BlockProof) XXX_Marshal ¶
func (m *BlockProof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BlockProof) XXX_Merge ¶
func (m *BlockProof) XXX_Merge(src proto.Message)
func (*BlockProof) XXX_Size ¶
func (m *BlockProof) XXX_Size() int
func (*BlockProof) XXX_Unmarshal ¶
func (m *BlockProof) XXX_Unmarshal(b []byte) error
type Deposit ¶
type Deposit struct { Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Confirmed bool `protobuf:"varint,3,opt,name=confirmed,proto3" json:"confirmed,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Deposit) Descriptor ¶
func (*Deposit) GetAddress ¶
func (*Deposit) GetConfirmed ¶
func (*Deposit) ProtoMessage ¶
func (*Deposit) ProtoMessage()
func (*Deposit) XXX_DiscardUnknown ¶
func (m *Deposit) XXX_DiscardUnknown()
func (*Deposit) XXX_Marshal ¶
func (*Deposit) XXX_Unmarshal ¶
type InOperation ¶
type InOperation struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Address []byte `protobuf:"bytes,2,opt,name=Address,proto3" json:"Address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InOperation) Descriptor ¶
func (*InOperation) Descriptor() ([]byte, []int)
func (*InOperation) GetAddress ¶
func (m *InOperation) GetAddress() []byte
func (*InOperation) GetId ¶
func (m *InOperation) GetId() uint32
func (*InOperation) ProtoMessage ¶
func (*InOperation) ProtoMessage()
func (*InOperation) Reset ¶
func (m *InOperation) Reset()
func (*InOperation) String ¶
func (m *InOperation) String() string
func (*InOperation) XXX_DiscardUnknown ¶
func (m *InOperation) XXX_DiscardUnknown()
func (*InOperation) XXX_Marshal ¶
func (m *InOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InOperation) XXX_Merge ¶
func (m *InOperation) XXX_Merge(src proto.Message)
func (*InOperation) XXX_Size ¶
func (m *InOperation) XXX_Size() int
func (*InOperation) XXX_Unmarshal ¶
func (m *InOperation) XXX_Unmarshal(b []byte) error
type MerkleRoot ¶
type MerkleRoot struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MerkleRoot) Descriptor ¶
func (*MerkleRoot) Descriptor() ([]byte, []int)
func (*MerkleRoot) GetName ¶
func (m *MerkleRoot) GetName() string
func (*MerkleRoot) GetValue ¶
func (m *MerkleRoot) GetValue() []byte
func (*MerkleRoot) ProtoMessage ¶
func (*MerkleRoot) ProtoMessage()
func (*MerkleRoot) Reset ¶
func (m *MerkleRoot) Reset()
func (*MerkleRoot) String ¶
func (m *MerkleRoot) String() string
func (*MerkleRoot) XXX_DiscardUnknown ¶
func (m *MerkleRoot) XXX_DiscardUnknown()
func (*MerkleRoot) XXX_Marshal ¶
func (m *MerkleRoot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MerkleRoot) XXX_Merge ¶
func (m *MerkleRoot) XXX_Merge(src proto.Message)
func (*MerkleRoot) XXX_Size ¶
func (m *MerkleRoot) XXX_Size() int
func (*MerkleRoot) XXX_Unmarshal ¶
func (m *MerkleRoot) XXX_Unmarshal(b []byte) error
type SubChain ¶
type SubChain struct { ChainID uint32 `protobuf:"varint,1,opt,name=chainID,proto3" json:"chainID,omitempty"` SecurityDeposit string `protobuf:"bytes,2,opt,name=securityDeposit,proto3" json:"securityDeposit,omitempty"` OperationDeposit string `protobuf:"bytes,3,opt,name=operationDeposit,proto3" json:"operationDeposit,omitempty"` StartHeight uint64 `protobuf:"varint,4,opt,name=startHeight,proto3" json:"startHeight,omitempty"` StopHeight uint64 `protobuf:"varint,5,opt,name=stopHeight,proto3" json:"stopHeight,omitempty"` ParentHeightOffset uint64 `protobuf:"varint,6,opt,name=parentHeightOffset,proto3" json:"parentHeightOffset,omitempty"` OwnerPublicKey []byte `protobuf:"bytes,7,opt,name=ownerPublicKey,proto3" json:"ownerPublicKey,omitempty"` CurrentHeight uint64 `protobuf:"varint,8,opt,name=currentHeight,proto3" json:"currentHeight,omitempty"` DepositCount uint64 `protobuf:"varint,9,opt,name=depositCount,proto3" json:"depositCount,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SubChain) Descriptor ¶
func (*SubChain) GetChainID ¶
func (*SubChain) GetCurrentHeight ¶
func (*SubChain) GetDepositCount ¶
func (*SubChain) GetOperationDeposit ¶
func (*SubChain) GetOwnerPublicKey ¶
func (*SubChain) GetParentHeightOffset ¶
func (*SubChain) GetSecurityDeposit ¶
func (*SubChain) GetStartHeight ¶
func (*SubChain) GetStopHeight ¶
func (*SubChain) ProtoMessage ¶
func (*SubChain) ProtoMessage()
func (*SubChain) XXX_DiscardUnknown ¶
func (m *SubChain) XXX_DiscardUnknown()
func (*SubChain) XXX_Marshal ¶
func (*SubChain) XXX_Unmarshal ¶
type SubChainsInOperation ¶
type SubChainsInOperation struct { InOp []*InOperation `protobuf:"bytes,1,rep,name=inOp,proto3" json:"inOp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SubChainsInOperation) Descriptor ¶
func (*SubChainsInOperation) Descriptor() ([]byte, []int)
func (*SubChainsInOperation) GetInOp ¶
func (m *SubChainsInOperation) GetInOp() []*InOperation
func (*SubChainsInOperation) ProtoMessage ¶
func (*SubChainsInOperation) ProtoMessage()
func (*SubChainsInOperation) Reset ¶
func (m *SubChainsInOperation) Reset()
func (*SubChainsInOperation) String ¶
func (m *SubChainsInOperation) String() string
func (*SubChainsInOperation) XXX_DiscardUnknown ¶
func (m *SubChainsInOperation) XXX_DiscardUnknown()
func (*SubChainsInOperation) XXX_Marshal ¶
func (m *SubChainsInOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SubChainsInOperation) XXX_Merge ¶
func (m *SubChainsInOperation) XXX_Merge(src proto.Message)
func (*SubChainsInOperation) XXX_Size ¶
func (m *SubChainsInOperation) XXX_Size() int
func (*SubChainsInOperation) XXX_Unmarshal ¶
func (m *SubChainsInOperation) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.