Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PreimageOracle ¶
type U64 ¶
U64 is like a Go uint64, always within range, but represented as uint256 in memory with 0 padding.
type UnrecognizedResourceErr ¶
type UnrecognizedResourceErr struct {
Resource U64
}
func (*UnrecognizedResourceErr) Error ¶
func (e *UnrecognizedResourceErr) Error() string
type UnrecognizedSyscallErr ¶
type UnrecognizedSyscallErr struct {
SyscallNum U64
}
func (*UnrecognizedSyscallErr) Error ¶
func (e *UnrecognizedSyscallErr) Error() string
type UnsupportedSyscallErr ¶
type UnsupportedSyscallErr struct {
SyscallNum U64
}
func (*UnsupportedSyscallErr) Error ¶
func (e *UnsupportedSyscallErr) Error() string
Click to show internal directories.
Click to hide internal directories.