test

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2021 License: Apache-2.0 Imports: 8 Imported by: 17

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GreetingScript = []byte(`
transaction(greeting: String) {
  execute { 
    log(greeting.concat(", World!")) 
  }
}
`)

Functions

This section is empty.

Types

type AccountKeys

type AccountKeys struct {
	// contains filtered or unexported fields
}

func AccountKeyGenerator

func AccountKeyGenerator() *AccountKeys

func (*AccountKeys) New

func (g *AccountKeys) New() *flow.AccountKey

func (*AccountKeys) NewWithSigner

func (g *AccountKeys) NewWithSigner() (*flow.AccountKey, crypto.Signer)

type Accounts

type Accounts struct {
	// contains filtered or unexported fields
}

func AccountGenerator

func AccountGenerator() *Accounts

func (*Accounts) New

func (g *Accounts) New() *flow.Account

type Addresses

type Addresses struct {
	// contains filtered or unexported fields
}

func AddressGenerator

func AddressGenerator() *Addresses

func (*Addresses) New

func (g *Addresses) New() flow.Address

type BlockHeaders added in v0.4.0

type BlockHeaders struct {
	// contains filtered or unexported fields
}

func BlockHeaderGenerator added in v0.4.0

func BlockHeaderGenerator() *BlockHeaders

func (*BlockHeaders) New added in v0.4.0

func (g *BlockHeaders) New() flow.BlockHeader

type BlockSeals added in v0.15.0

type BlockSeals struct {
	// contains filtered or unexported fields
}

func BlockSealGenerator added in v0.15.0

func BlockSealGenerator() *BlockSeals

func (*BlockSeals) New added in v0.15.0

func (g *BlockSeals) New() *flow.BlockSeal

type Blocks

type Blocks struct {
	// contains filtered or unexported fields
}

func BlockGenerator

func BlockGenerator() *Blocks

func (*Blocks) New

func (g *Blocks) New() *flow.Block

type CollectionGuarantees added in v0.4.0

type CollectionGuarantees struct {
	// contains filtered or unexported fields
}

func CollectionGuaranteeGenerator added in v0.4.0

func CollectionGuaranteeGenerator() *CollectionGuarantees

func (*CollectionGuarantees) New added in v0.4.0

func (g *CollectionGuarantees) New() *flow.CollectionGuarantee

type Collections

type Collections struct {
	// contains filtered or unexported fields
}

func CollectionGenerator

func CollectionGenerator() *Collections

func (*Collections) New

func (g *Collections) New() *flow.Collection

type Events

type Events struct {
	// contains filtered or unexported fields
}

func EventGenerator

func EventGenerator() *Events

func (*Events) New

func (g *Events) New() flow.Event

type Greetings added in v0.4.0

type Greetings struct {
	// contains filtered or unexported fields
}

func GreetingGenerator added in v0.4.0

func GreetingGenerator() *Greetings

func (*Greetings) New added in v0.4.0

func (g *Greetings) New() string

func (*Greetings) Random added in v0.4.0

func (g *Greetings) Random() string

type Identifiers

type Identifiers struct {
	// contains filtered or unexported fields
}

func IdentifierGenerator

func IdentifierGenerator() *Identifiers

func (*Identifiers) New

func (g *Identifiers) New() flow.Identifier

type MockSigner

type MockSigner []byte

func (MockSigner) Sign

func (s MockSigner) Sign(message []byte) ([]byte, error)

type TransactionResults

type TransactionResults struct {
	// contains filtered or unexported fields
}

func TransactionResultGenerator

func TransactionResultGenerator() *TransactionResults

func (*TransactionResults) New

func (g *TransactionResults) New() flow.TransactionResult

type Transactions

type Transactions struct {
	// contains filtered or unexported fields
}

func TransactionGenerator

func TransactionGenerator() *Transactions

func (*Transactions) New

func (g *Transactions) New() *flow.Transaction

func (*Transactions) NewUnsigned

func (g *Transactions) NewUnsigned() *flow.Transaction

Jump to

Keyboard shortcuts

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