Wrapper
interface Wrapper
The Wrapper definition, which can be used to invoke this particular Wrapper.
Inheritors
Functions
Link copied to clipboard
abstract fun invoke(method: String, args: ByteArray? = null, env: ByteArray? = null, invoker: Invoker): Result<ByteArray>
abstract fun invoke(method: String, args: List<UByte>?, env: List<UByte>?, invoker: <Error class: unknown class>): List<UByte>
Invokes a method in the Wrapper with the specified options and invoker.