interface WrappedOptions {
    onAccount: AccountBase;
    onCompiler: CompilerBase;
    onNode: Node;
}

Properties

onAccount: AccountBase
onCompiler: CompilerBase
onNode: Node

Generated using TypeDoc