Trait LedgerEntryError

Source
pub trait LedgerEntryError {
    // Required method
    fn _get_field_error(&self) -> XRPLModelResult<()>;
}

Required Methods§

Implementors§