Documentation
¶
Index ¶
- Constants
- func ParseAddress(raw string, chain flow.Chain) (flow.Address, error)
- func ParseBlockStatus(blockStatus string) (flow.BlockStatus, error)
- type Arguments
- type EventType
- type EventTypes
- type ID
- type IDs
- type ProposalKey
- type Signature
- type Transaction
- type TransactionSignature
- type TransactionSignatures
Constants ¶
View Source
const ( Finalized = "finalized" Sealed = "sealed" )
Finalized and Sealed represents the status of a block. It is used in rest arguments to provide block status.
View Source
const MaxAllowedScriptArguments = 100
View Source
const MaxIDsLength = 50
Variables ¶
This section is empty.
Functions ¶
func ParseAddress ¶ added in v0.40.0
func ParseBlockStatus ¶
func ParseBlockStatus(blockStatus string) (flow.BlockStatus, error)
Types ¶
type EventTypes ¶
type EventTypes []EventType
func NewEventTypes ¶ added in v0.40.0
func NewEventTypes(raw []string) (EventTypes, error)
func (EventTypes) Flow ¶
func (e EventTypes) Flow() []string
type ProposalKey ¶ added in v0.40.0
type ProposalKey flow.ProposalKey
func (ProposalKey) Flow ¶ added in v0.40.0
func (p ProposalKey) Flow() flow.ProposalKey
func (*ProposalKey) Parse ¶ added in v0.40.0
func (p *ProposalKey) Parse(raw models.ProposalKey, chain flow.Chain) error
type Transaction ¶ added in v0.40.0
type Transaction flow.TransactionBody
func (Transaction) Flow ¶ added in v0.40.0
func (t Transaction) Flow() flow.TransactionBody
type TransactionSignature ¶ added in v0.40.0
type TransactionSignature flow.TransactionSignature
func (TransactionSignature) Flow ¶ added in v0.40.0
func (s TransactionSignature) Flow() flow.TransactionSignature
type TransactionSignatures ¶ added in v0.40.0
type TransactionSignatures []TransactionSignature
func (TransactionSignatures) Flow ¶ added in v0.40.0
func (t TransactionSignatures) Flow() []flow.TransactionSignature
func (*TransactionSignatures) Parse ¶ added in v0.40.0
func (t *TransactionSignatures) Parse(rawSigs []models.TransactionSignature, chain flow.Chain) error
Click to show internal directories.
Click to hide internal directories.