testsuite

package
v1.9.0-beta.2 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2020 License: LGPL-3.0 Imports: 14 Imported by: 0

Documentation

Overview

* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library. * * The ontology is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The ontology is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with The ontology. If not, see <http://www.gnu.org/licenses/>.

* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library. * * The ontology is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The ontology is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with The ontology. If not, see <http://www.gnu.org/licenses/>.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendNativeContract

func AppendNativeContract(addr common.Address, actions map[string]native.Handler)

func BuildInvokeTx

func BuildInvokeTx(contractAddress common.Address, method string,
	args []interface{}) *types.Transaction

func InvokeNativeContract

func InvokeNativeContract(t *testing.T, addr common.Address, handler native.Handler)

func NewOverlayDB

func NewOverlayDB() *overlaydb.OverlayDB

func RandomAddress

func RandomAddress() common.Address

Types

type MockDB

type MockDB struct {
	common.PersistStore
	// contains filtered or unexported fields
}

func (*MockDB) BatchDelete

func (self *MockDB) BatchDelete(key []byte)

func (*MockDB) BatchPut

func (self *MockDB) BatchPut(key []byte, value []byte)

func (*MockDB) Get

func (self *MockDB) Get(key []byte) ([]byte, error)

Jump to

Keyboard shortcuts

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