Expand description
Re-exports of the mock host-bindings machinery that lives inline in xrpl-wasm-stdlib.
mockall::automock generates MockHostBindings right next to the HostBindings trait
definition, so the type itself can’t live in this crate. What lives here instead is the
author-facing entry point: import from xrpl_stdlib_test_utils instead of reaching into
xrpl_wasm_stdlib::host::* directly.
Structs§
- Mock
Guard - Mock
Host Bindings - Trait defining all host functions available to WASM smart contracts.
Traits§
- Host
Bindings - Trait defining all host functions available to WASM smart contracts.
Functions§
- apply_
default_ expectations - Applies the same default
.returning(...)wiring ascreate_default_mockonto an existing mock instead of constructing a new one. - create_
default_ mock - setup_
mock