convert

package
v0.14.1-access-node-in... Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2021 License: AGPL-3.0 Imports: 10 Imported by: 18

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrEmptyMessage = errors.New("protobuf message is empty")

Functions

func AccountKeyToMessage

func AccountKeyToMessage(a flow.AccountPublicKey) (*entities.AccountKey, error)

func AccountToMessage

func AccountToMessage(a *flow.Account) (*entities.Account, error)

func Address

func Address(rawAddress []byte, chain flow.Chain) (flow.Address, error)

Address validates the input address and returns a Flow address if valid and error otherwise

func BlockHeaderToMessage

func BlockHeaderToMessage(h *flow.Header) (*entities.BlockHeader, error)

func BlockID

func BlockID(blockID []byte) (flow.Identifier, error)

func BlockIDs

func BlockIDs(blockIDs [][]byte) ([]flow.Identifier, error)

func BlockToMessage

func BlockToMessage(h *flow.Block) (*entities.Block, error)

func CollectionID

func CollectionID(collectionID []byte) (flow.Identifier, error)

func CollectionToMessage

func CollectionToMessage(c *flow.Collection) (*entities.Collection, error)

func EventToMessage

func EventToMessage(e flow.Event) *entities.Event

func EventType

func EventType(eventType string) (string, error)

func EventsToMessages

func EventsToMessages(flowEvents []flow.Event) []*entities.Event

func IdentifierToMessage

func IdentifierToMessage(i flow.Identifier) []byte

func IdentifiersToMessages

func IdentifiersToMessages(l []flow.Identifier) [][]byte

func LightCollectionToMessage

func LightCollectionToMessage(c *flow.LightCollection) (*entities.Collection, error)

func MessageToAccount

func MessageToAccount(m *entities.Account) (*flow.Account, error)

func MessageToAccountKey

func MessageToAccountKey(m *entities.AccountKey) (*flow.AccountPublicKey, error)

func MessageToEvent

func MessageToEvent(m *entities.Event) flow.Event

func MessageToIdentifier

func MessageToIdentifier(b []byte) flow.Identifier

func MessageToTransaction

func MessageToTransaction(m *entities.Transaction, chain flow.Chain) (flow.TransactionBody, error)

func MessagesToEvents

func MessagesToEvents(l []*entities.Event) []flow.Event

func MessagesToIdentifiers

func MessagesToIdentifiers(l [][]byte) []flow.Identifier

func TransactionID

func TransactionID(txID []byte) (flow.Identifier, error)

func TransactionToMessage

func TransactionToMessage(tb flow.TransactionBody) *entities.Transaction

Types

This section is empty.

Jump to

Keyboard shortcuts

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