runtime

package
v0.0.0-...-c883fcb Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package runtime implements the benchmarking runtime client.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountsMint

type AccountsMint struct {
	Amount types.BaseUnits `json:"amount"`
}

AccoutsMint are the arguments for the benchmarking.accounts.Mint transaction.

type AccountsTransfer

type AccountsTransfer struct {
	Amount types.BaseUnits `json:"amount"`

	To types.Address `json:"to"`
}

AccoutsTransfer are the arguments for the benchmarking.accounts.Transfer transaction.

type V1

type V1 interface {
	AccountsMint(amount types.BaseUnits) *client.TransactionBuilder

	AccountsTransfer(to types.Address, amount types.BaseUnits) *client.TransactionBuilder
}

func NewV1

func NewV1(rc client.RuntimeClient) V1

Jump to

Keyboard shortcuts

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