Documentation
¶
Index ¶
- Constants
- type TestHelper
- func (t *TestHelper) Basedir() string
- func (t *TestHelper) Close()
- func (t *TestHelper) Commit(state contract.StateSandbox)
- func (t *TestHelper) Deploy(module, lang, contractName string, bin []byte, args map[string][]byte) (*contract.Response, error)
- func (t *TestHelper) Invoke(module, contractName, method string, args map[string][]byte) (*contract.Response, error)
- func (t *TestHelper) Manager() contract.Manager
- func (t *TestHelper) State() ledger.XMReader
- func (t *TestHelper) Upgrade(contractName string, bin []byte) error
Constants ¶
View Source
const (
ContractAccount = "XC1111111111111111@xuper"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestHelper ¶
type TestHelper struct {
// contains filtered or unexported fields
}
func NewTestHelper ¶
func NewTestHelper(cfg *contract.ContractConfig) *TestHelper
func (*TestHelper) Basedir ¶
func (t *TestHelper) Basedir() string
func (*TestHelper) Close ¶
func (t *TestHelper) Close()
func (*TestHelper) Commit ¶
func (t *TestHelper) Commit(state contract.StateSandbox)
func (*TestHelper) Manager ¶
func (t *TestHelper) Manager() contract.Manager
func (*TestHelper) State ¶
func (t *TestHelper) State() ledger.XMReader
Click to show internal directories.
Click to hide internal directories.