Registry / other / moonramp-entity

moonramp-entity

JSON →
library0.1.22rscratesunverified

Crypto Payment Gateway entity definitions and data structures.

# Cargo.toml [dependencies] moonramp-entity = "0.1.22"
INSTALL
IMPORT
SIG · MOONRAMP-ENTITY
M
moonramp-entity
otherrustv0.1.22
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Payment
use moonramp_entity::Payment;

Creates a new payment entity.

use moonramp_entity::Payment; fn main() { let payment = Payment::new(100); println!("Payment amount: {}", payment.amount); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.22latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
moonramp-entity — cargo add moonramp-entity · libregistry