pbaleo

package
v0.0.0-...-c281f46 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Block

type Block struct {
	BlockHash     string          `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	PreviousHash  string          `protobuf:"bytes,2,opt,name=previous_hash,json=previousHash,proto3" json:"previous_hash,omitempty"`
	Header        *Header         `protobuf:"bytes,3,opt,name=header,proto3" json:"header,omitempty"`
	Transactions  []*Transactions `protobuf:"bytes,4,rep,name=transactions,proto3" json:"transactions,omitempty"`
	Signature     string          `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
	Coinbase      *Coinbase       `protobuf:"bytes,6,opt,name=coinbase,proto3" json:"coinbase,omitempty"`
	Ratifications []*Ratification `protobuf:"bytes,7,rep,name=ratifications,proto3" json:"ratifications,omitempty"`
	// contains filtered or unexported fields
}

func (*Block) Descriptor deprecated

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

Deprecated: Use Block.ProtoReflect.Descriptor instead.

func (*Block) GetBlockHash

func (x *Block) GetBlockHash() string

func (*Block) GetCoinbase

func (x *Block) GetCoinbase() *Coinbase

func (*Block) GetHeader

func (x *Block) GetHeader() *Header

func (*Block) GetPreviousHash

func (x *Block) GetPreviousHash() string

func (*Block) GetRatifications

func (x *Block) GetRatifications() []*Ratification

func (*Block) GetSignature

func (x *Block) GetSignature() string

func (*Block) GetTransactions

func (x *Block) GetTransactions() []*Transactions

func (*Block) ID

func (b *Block) ID() string

func (*Block) Number

func (b *Block) Number() uint64

func (*Block) PreviousID

func (b *Block) PreviousID() string

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) ProtoReflect

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

func (*Block) Reset

func (x *Block) Reset()

func (*Block) String

func (x *Block) String() string

func (*Block) Time

func (b *Block) Time() time.Time

type Coinbase

type Coinbase struct {
	PartialSolutions []*PartialSolution `protobuf:"bytes,1,rep,name=partial_solutions,json=partialSolutions,proto3" json:"partial_solutions,omitempty"`
	ProofW           *ProofW            `protobuf:"bytes,2,opt,name=proof_w,json=proof.w,proto3" json:"proof_w,omitempty"`
	ProofRandomV     string             `protobuf:"bytes,3,opt,name=proof_random_v,json=proof.random_v,proto3" json:"proof_random_v,omitempty"`
	// contains filtered or unexported fields
}

func (*Coinbase) Descriptor deprecated

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

Deprecated: Use Coinbase.ProtoReflect.Descriptor instead.

func (*Coinbase) GetPartialSolutions

func (x *Coinbase) GetPartialSolutions() []*PartialSolution

func (*Coinbase) GetProofRandomV

func (x *Coinbase) GetProofRandomV() string

func (*Coinbase) GetProofW

func (x *Coinbase) GetProofW() *ProofW

func (*Coinbase) ProtoMessage

func (*Coinbase) ProtoMessage()

func (*Coinbase) ProtoReflect

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

func (*Coinbase) Reset

func (x *Coinbase) Reset()

func (*Coinbase) String

func (x *Coinbase) String() string

type Deployment

type Deployment struct {
	Edition       uint64          `protobuf:"varint,1,opt,name=edition,proto3" json:"edition,omitempty"`
	Program       string          `protobuf:"bytes,2,opt,name=program,proto3" json:"program,omitempty"`
	VerifyingKeys []*VerifyingKey `protobuf:"bytes,3,rep,name=verifying_keys,json=verifyingKeys,proto3" json:"verifying_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment) Descriptor deprecated

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

Deprecated: Use Deployment.ProtoReflect.Descriptor instead.

func (*Deployment) GetEdition

func (x *Deployment) GetEdition() uint64

func (*Deployment) GetProgram

func (x *Deployment) GetProgram() string

func (*Deployment) GetVerifyingKeys

func (x *Deployment) GetVerifyingKeys() []*VerifyingKey

func (*Deployment) ProtoMessage

func (*Deployment) ProtoMessage()

func (*Deployment) ProtoReflect

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

func (*Deployment) Reset

func (x *Deployment) Reset()

func (*Deployment) String

func (x *Deployment) String() string

type Execution

type Execution struct {
	Transition      []*Transition `protobuf:"bytes,1,rep,name=transition,proto3" json:"transition,omitempty"`
	GlobalStateRoot string        `protobuf:"bytes,2,opt,name=global_state_root,json=globalStateRoot,proto3" json:"global_state_root,omitempty"`
	Proof           string        `protobuf:"bytes,3,opt,name=proof,proto3" json:"proof,omitempty"`
	// contains filtered or unexported fields
}

func (*Execution) Descriptor deprecated

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

Deprecated: Use Execution.ProtoReflect.Descriptor instead.

func (*Execution) GetGlobalStateRoot

func (x *Execution) GetGlobalStateRoot() string

func (*Execution) GetProof

func (x *Execution) GetProof() string

func (*Execution) GetTransition

func (x *Execution) GetTransition() []*Transition

func (*Execution) ProtoMessage

func (*Execution) ProtoMessage()

func (*Execution) ProtoReflect

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

func (*Execution) Reset

func (x *Execution) Reset()

func (*Execution) String

func (x *Execution) String() string

type Fee

type Fee struct {
	Transition      *Transition `protobuf:"bytes,1,opt,name=transition,proto3" json:"transition,omitempty"`
	GlobalStateRoot string      `protobuf:"bytes,2,opt,name=global_state_root,json=globalStateRoot,proto3" json:"global_state_root,omitempty"`
	Inclusion       string      `protobuf:"bytes,3,opt,name=inclusion,proto3" json:"inclusion,omitempty"`
	// contains filtered or unexported fields
}

func (*Fee) Descriptor deprecated

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

Deprecated: Use Fee.ProtoReflect.Descriptor instead.

func (*Fee) GetGlobalStateRoot

func (x *Fee) GetGlobalStateRoot() string

func (*Fee) GetInclusion

func (x *Fee) GetInclusion() string

func (*Fee) GetTransition

func (x *Fee) GetTransition() *Transition

func (*Fee) ProtoMessage

func (*Fee) ProtoMessage()

func (*Fee) ProtoReflect

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

func (*Fee) Reset

func (x *Fee) Reset()

func (*Fee) String

func (x *Fee) String() string

type Finalize

type Finalize struct {
	Type      string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	MappingId string `protobuf:"bytes,2,opt,name=mapping_id,json=mappingId,proto3" json:"mapping_id,omitempty"`
	Index     uint64 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	KeyId     string `protobuf:"bytes,4,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	ValueId   string `protobuf:"bytes,5,opt,name=value_id,json=valueId,proto3" json:"value_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Finalize) Descriptor deprecated

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

Deprecated: Use Finalize.ProtoReflect.Descriptor instead.

func (*Finalize) GetIndex

func (x *Finalize) GetIndex() uint64

func (*Finalize) GetKeyId

func (x *Finalize) GetKeyId() string

func (*Finalize) GetMappingId

func (x *Finalize) GetMappingId() string

func (*Finalize) GetType

func (x *Finalize) GetType() string

func (*Finalize) GetValueId

func (x *Finalize) GetValueId() string

func (*Finalize) ProtoMessage

func (*Finalize) ProtoMessage()

func (*Finalize) ProtoReflect

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

func (*Finalize) Reset

func (x *Finalize) Reset()

func (*Finalize) String

func (x *Finalize) String() string

type Function

type Function struct {
	Name string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Keys []string `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*Function) Descriptor deprecated

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

Deprecated: Use Function.ProtoReflect.Descriptor instead.

func (*Function) GetKeys

func (x *Function) GetKeys() []string

func (*Function) GetName

func (x *Function) GetName() string

func (*Function) ProtoMessage

func (*Function) ProtoMessage()

func (*Function) ProtoReflect

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

func (*Function) Reset

func (x *Function) Reset()

func (*Function) String

func (x *Function) String() string
type Header struct {
	PreviousStateRoot        string    `protobuf:"bytes,1,opt,name=previous_state_root,json=previousStateRoot,proto3" json:"previous_state_root,omitempty"`
	TransactionsRoot         string    `protobuf:"bytes,2,opt,name=transactions_root,json=transactionsRoot,proto3" json:"transactions_root,omitempty"`
	FinalizeRoot             string    `protobuf:"bytes,3,opt,name=finalize_root,json=finalizeRoot,proto3" json:"finalize_root,omitempty"`
	CoinbaseAccumulatorPoint string    `` /* 135-byte string literal not displayed */
	Metadata                 *Metadata `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	RatificationsRoot        string    `protobuf:"bytes,6,opt,name=ratifications_root,json=ratificationsRoot,proto3" json:"ratifications_root,omitempty"`
	// contains filtered or unexported fields
}

func (*Header) Descriptor deprecated

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

Deprecated: Use Header.ProtoReflect.Descriptor instead.

func (*Header) GetCoinbaseAccumulatorPoint

func (x *Header) GetCoinbaseAccumulatorPoint() string

func (*Header) GetFinalizeRoot

func (x *Header) GetFinalizeRoot() string

func (*Header) GetMetadata

func (x *Header) GetMetadata() *Metadata

func (*Header) GetPreviousStateRoot

func (x *Header) GetPreviousStateRoot() string

func (*Header) GetRatificationsRoot

func (x *Header) GetRatificationsRoot() string

func (*Header) GetTransactionsRoot

func (x *Header) GetTransactionsRoot() string

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) ProtoReflect

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

func (*Header) Reset

func (x *Header) Reset()

func (*Header) String

func (x *Header) String() string

type Input

type Input struct {
	Type  string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	Tag   string `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*Input) Descriptor deprecated

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

Deprecated: Use Input.ProtoReflect.Descriptor instead.

func (*Input) GetId

func (x *Input) GetId() string

func (*Input) GetTag

func (x *Input) GetTag() string

func (*Input) GetType

func (x *Input) GetType() string

func (*Input) GetValue

func (x *Input) GetValue() string

func (*Input) ProtoMessage

func (*Input) ProtoMessage()

func (*Input) ProtoReflect

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

func (*Input) Reset

func (x *Input) Reset()

func (*Input) String

func (x *Input) String() string

type Metadata

type Metadata struct {
	Network                   uint32 `protobuf:"varint,1,opt,name=network,proto3" json:"network,omitempty"`
	Round                     uint64 `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"`
	Height                    uint32 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
	TotalSupplyInMicrocredits uint64 `` /* 141-byte string literal not displayed */
	CumulativeWeight          string `protobuf:"bytes,5,opt,name=cumulative_weight,json=cumulativeWeight,proto3" json:"cumulative_weight,omitempty"`
	CoinbaseTarget            uint64 `protobuf:"varint,6,opt,name=coinbase_target,json=coinbaseTarget,proto3" json:"coinbase_target,omitempty"`
	ProofTarget               uint64 `protobuf:"varint,7,opt,name=proof_target,json=proofTarget,proto3" json:"proof_target,omitempty"`
	LastCoinbaseTarget        uint64 `protobuf:"varint,8,opt,name=last_coinbase_target,json=lastCoinbaseTarget,proto3" json:"last_coinbase_target,omitempty"`
	LastCoinbaseTimestamp     int64  `` /* 127-byte string literal not displayed */
	Timestamp                 int64  `protobuf:"varint,10,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	CumulativeProofTarget     string `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Metadata) Descriptor deprecated

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

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetCoinbaseTarget

func (x *Metadata) GetCoinbaseTarget() uint64

func (*Metadata) GetCumulativeProofTarget

func (x *Metadata) GetCumulativeProofTarget() string

func (*Metadata) GetCumulativeWeight

func (x *Metadata) GetCumulativeWeight() string

func (*Metadata) GetHeight

func (x *Metadata) GetHeight() uint32

func (*Metadata) GetLastCoinbaseTarget

func (x *Metadata) GetLastCoinbaseTarget() uint64

func (*Metadata) GetLastCoinbaseTimestamp

func (x *Metadata) GetLastCoinbaseTimestamp() int64

func (*Metadata) GetNetwork

func (x *Metadata) GetNetwork() uint32

func (*Metadata) GetProofTarget

func (x *Metadata) GetProofTarget() uint64

func (*Metadata) GetRound

func (x *Metadata) GetRound() uint64

func (*Metadata) GetTimestamp

func (x *Metadata) GetTimestamp() int64

func (*Metadata) GetTotalSupplyInMicrocredits

func (x *Metadata) GetTotalSupplyInMicrocredits() uint64

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

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

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

func (x *Metadata) String() string

type Output

type Output struct {
	Type     string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Checksum string `protobuf:"bytes,3,opt,name=checksum,proto3" json:"checksum,omitempty"`
	Value    string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Output) Descriptor deprecated

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

Deprecated: Use Output.ProtoReflect.Descriptor instead.

func (*Output) GetChecksum

func (x *Output) GetChecksum() string

func (*Output) GetId

func (x *Output) GetId() string

func (*Output) GetType

func (x *Output) GetType() string

func (*Output) GetValue

func (x *Output) GetValue() string

func (*Output) ProtoMessage

func (*Output) ProtoMessage()

func (*Output) ProtoReflect

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

func (*Output) Reset

func (x *Output) Reset()

func (*Output) String

func (x *Output) String() string

type Owner

type Owner struct {
	Address   string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Signature string `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*Owner) Descriptor deprecated

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

Deprecated: Use Owner.ProtoReflect.Descriptor instead.

func (*Owner) GetAddress

func (x *Owner) GetAddress() string

func (*Owner) GetSignature

func (x *Owner) GetSignature() string

func (*Owner) ProtoMessage

func (*Owner) ProtoMessage()

func (*Owner) ProtoReflect

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

func (*Owner) Reset

func (x *Owner) Reset()

func (*Owner) String

func (x *Owner) String() string

type PartialSolution

type PartialSolution struct {
	Address    string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Nonce      string `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Commitment string `protobuf:"bytes,3,opt,name=commitment,proto3" json:"commitment,omitempty"`
	// contains filtered or unexported fields
}

func (*PartialSolution) Descriptor deprecated

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

Deprecated: Use PartialSolution.ProtoReflect.Descriptor instead.

func (*PartialSolution) GetAddress

func (x *PartialSolution) GetAddress() string

func (*PartialSolution) GetCommitment

func (x *PartialSolution) GetCommitment() string

func (*PartialSolution) GetNonce

func (x *PartialSolution) GetNonce() string

func (*PartialSolution) ProtoMessage

func (*PartialSolution) ProtoMessage()

func (*PartialSolution) ProtoReflect

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

func (*PartialSolution) Reset

func (x *PartialSolution) Reset()

func (*PartialSolution) String

func (x *PartialSolution) String() string

type ProgramOwner

type ProgramOwner struct {
	Address   string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Signature string `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*ProgramOwner) Descriptor deprecated

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

Deprecated: Use ProgramOwner.ProtoReflect.Descriptor instead.

func (*ProgramOwner) GetAddress

func (x *ProgramOwner) GetAddress() string

func (*ProgramOwner) GetSignature

func (x *ProgramOwner) GetSignature() string

func (*ProgramOwner) ProtoMessage

func (*ProgramOwner) ProtoMessage()

func (*ProgramOwner) ProtoReflect

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

func (*ProgramOwner) Reset

func (x *ProgramOwner) Reset()

func (*ProgramOwner) String

func (x *ProgramOwner) String() string

type ProofW

type ProofW struct {
	X        string `protobuf:"bytes,1,opt,name=x,proto3" json:"x,omitempty"`
	Y        string `protobuf:"bytes,2,opt,name=y,proto3" json:"y,omitempty"`
	Infinity bool   `protobuf:"varint,3,opt,name=infinity,proto3" json:"infinity,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofW) Descriptor deprecated

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

Deprecated: Use ProofW.ProtoReflect.Descriptor instead.

func (*ProofW) GetInfinity

func (x *ProofW) GetInfinity() bool

func (*ProofW) GetX

func (x *ProofW) GetX() string

func (*ProofW) GetY

func (x *ProofW) GetY() string

func (*ProofW) ProtoMessage

func (*ProofW) ProtoMessage()

func (*ProofW) ProtoReflect

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

func (*ProofW) Reset

func (x *ProofW) Reset()

func (*ProofW) String

func (x *ProofW) String() string

type Ratification

type Ratification struct {
	Type    string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Amount  string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*Ratification) Descriptor deprecated

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

Deprecated: Use Ratification.ProtoReflect.Descriptor instead.

func (*Ratification) GetAddress

func (x *Ratification) GetAddress() string

func (*Ratification) GetAmount

func (x *Ratification) GetAmount() string

func (*Ratification) GetType

func (x *Ratification) GetType() string

func (*Ratification) ProtoMessage

func (*Ratification) ProtoMessage()

func (*Ratification) ProtoReflect

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

func (*Ratification) Reset

func (x *Ratification) Reset()

func (*Ratification) String

func (x *Ratification) String() string

type Rejected

type Rejected struct {
	Type         string        `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	ProgramOwner *ProgramOwner `protobuf:"bytes,2,opt,name=program_owner,json=programOwner,proto3" json:"program_owner,omitempty"`
	Deployment   *Deployment   `protobuf:"bytes,3,opt,name=deployment,proto3" json:"deployment,omitempty"`
	Execution    *Execution    `protobuf:"bytes,4,opt,name=execution,proto3" json:"execution,omitempty"`
	// contains filtered or unexported fields
}

func (*Rejected) Descriptor deprecated

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

Deprecated: Use Rejected.ProtoReflect.Descriptor instead.

func (*Rejected) GetDeployment

func (x *Rejected) GetDeployment() *Deployment

func (*Rejected) GetExecution

func (x *Rejected) GetExecution() *Execution

func (*Rejected) GetProgramOwner

func (x *Rejected) GetProgramOwner() *ProgramOwner

func (*Rejected) GetType

func (x *Rejected) GetType() string

func (*Rejected) ProtoMessage

func (*Rejected) ProtoMessage()

func (*Rejected) ProtoReflect

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

func (*Rejected) Reset

func (x *Rejected) Reset()

func (*Rejected) String

func (x *Rejected) String() string

type Transaction

type Transaction struct {
	Type       string      `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Id         string      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Execution  *Execution  `protobuf:"bytes,3,opt,name=execution,proto3" json:"execution,omitempty"`
	Fee        *Fee        `protobuf:"bytes,4,opt,name=fee,proto3" json:"fee,omitempty"`
	Owner      *Owner      `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"`
	Deployment *Deployment `protobuf:"bytes,6,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction) Descriptor deprecated

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

Deprecated: Use Transaction.ProtoReflect.Descriptor instead.

func (*Transaction) GetDeployment

func (x *Transaction) GetDeployment() *Deployment

func (*Transaction) GetExecution

func (x *Transaction) GetExecution() *Execution

func (*Transaction) GetFee

func (x *Transaction) GetFee() *Fee

func (*Transaction) GetId

func (x *Transaction) GetId() string

func (*Transaction) GetOwner

func (x *Transaction) GetOwner() *Owner

func (*Transaction) GetType

func (x *Transaction) GetType() string

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect

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

func (*Transaction) Reset

func (x *Transaction) Reset()

func (*Transaction) String

func (x *Transaction) String() string

type Transactions

type Transactions struct {
	Status      string       `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Type        string       `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Index       uint64       `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	Transaction *Transaction `protobuf:"bytes,4,opt,name=transaction,proto3" json:"transaction,omitempty"`
	Finalize    []*Finalize  `protobuf:"bytes,5,rep,name=finalize,proto3" json:"finalize,omitempty"`
	Rejected    *Rejected    `protobuf:"bytes,6,opt,name=rejected,proto3" json:"rejected,omitempty"`
	// contains filtered or unexported fields
}

func (*Transactions) Descriptor deprecated

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

Deprecated: Use Transactions.ProtoReflect.Descriptor instead.

func (*Transactions) GetFinalize

func (x *Transactions) GetFinalize() []*Finalize

func (*Transactions) GetIndex

func (x *Transactions) GetIndex() uint64

func (*Transactions) GetRejected

func (x *Transactions) GetRejected() *Rejected

func (*Transactions) GetStatus

func (x *Transactions) GetStatus() string

func (*Transactions) GetTransaction

func (x *Transactions) GetTransaction() *Transaction

func (*Transactions) GetType

func (x *Transactions) GetType() string

func (*Transactions) ProtoMessage

func (*Transactions) ProtoMessage()

func (*Transactions) ProtoReflect

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

func (*Transactions) Reset

func (x *Transactions) Reset()

func (*Transactions) String

func (x *Transactions) String() string

type Transition

type Transition struct {
	Id       string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Program  string    `protobuf:"bytes,2,opt,name=program,proto3" json:"program,omitempty"`
	Function string    `protobuf:"bytes,3,opt,name=function,proto3" json:"function,omitempty"`
	Inputs   []*Input  `protobuf:"bytes,4,rep,name=inputs,proto3" json:"inputs,omitempty"`
	Outputs  []*Output `protobuf:"bytes,5,rep,name=outputs,proto3" json:"outputs,omitempty"`
	Proof    string    `protobuf:"bytes,6,opt,name=proof,proto3" json:"proof,omitempty"`
	Tpk      string    `protobuf:"bytes,7,opt,name=tpk,proto3" json:"tpk,omitempty"`
	Tcm      string    `protobuf:"bytes,8,opt,name=tcm,proto3" json:"tcm,omitempty"`
	Finalize []string  `protobuf:"bytes,9,rep,name=finalize,proto3" json:"finalize,omitempty"`
	// contains filtered or unexported fields
}

func (*Transition) Descriptor deprecated

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

Deprecated: Use Transition.ProtoReflect.Descriptor instead.

func (*Transition) GetFinalize

func (x *Transition) GetFinalize() []string

func (*Transition) GetFunction

func (x *Transition) GetFunction() string

func (*Transition) GetId

func (x *Transition) GetId() string

func (*Transition) GetInputs

func (x *Transition) GetInputs() []*Input

func (*Transition) GetOutputs

func (x *Transition) GetOutputs() []*Output

func (*Transition) GetProgram

func (x *Transition) GetProgram() string

func (*Transition) GetProof

func (x *Transition) GetProof() string

func (*Transition) GetTcm

func (x *Transition) GetTcm() string

func (*Transition) GetTpk

func (x *Transition) GetTpk() string

func (*Transition) ProtoMessage

func (*Transition) ProtoMessage()

func (*Transition) ProtoReflect

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

func (*Transition) Reset

func (x *Transition) Reset()

func (*Transition) String

func (x *Transition) String() string

type VerifyingKey

type VerifyingKey struct {
	Values []*Function `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyingKey) Descriptor deprecated

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

Deprecated: Use VerifyingKey.ProtoReflect.Descriptor instead.

func (*VerifyingKey) GetValues

func (x *VerifyingKey) GetValues() []*Function

func (*VerifyingKey) ProtoMessage

func (*VerifyingKey) ProtoMessage()

func (*VerifyingKey) ProtoReflect

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

func (*VerifyingKey) Reset

func (x *VerifyingKey) Reset()

func (*VerifyingKey) String

func (x *VerifyingKey) String() string

Jump to

Keyboard shortcuts

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