Crate xrpl_hooks

Source
Expand description

XRPL Hooks API

This crate allows you to write XRPL hooks in Rust.

Before you begin, it is highly recommended that you read the official docs carefully.

§Examples

For a quick start and to view examples, use the hook template

Re-exports§

pub use api::*;
pub use helpers::*;

Modules§

_c
Low-level unsafe C bindings
api
XRPL Hooks API
helpers
A few utilities

Macros§

uninit_buf
Assumes uninitialized as initialized