Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCompiler ¶
type FakeCompiler struct {
// contains filtered or unexported fields
}
func NewCompiler ¶
func NewCompiler() *FakeCompiler
func (*FakeCompiler) Compile ¶ added in v1.3.0
func (c *FakeCompiler) Compile(ctx context.Context, code ...string) (*sdkContext.ContractInfo, error)
func (*FakeCompiler) ProvideFakeContract ¶
func (c *FakeCompiler) ProvideFakeContract(fakeContractInfo *sdkContext.ContractInfo, code ...string)
Click to show internal directories.
Click to hide internal directories.