Package tbdex.sdk.rust
Object FfiConverterTypeQuote
-
- All Implemented Interfaces:
-
tbdex.sdk.rust.FfiConverter
public class FfiConverterTypeQuote implements FfiConverter<Quote, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeQuoteINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(Quote value)Quotelift(Pointer value)Quoteread(ByteBuffer buf)ULongallocationSize(Quote value)Unitwrite(Quote value, ByteBuffer buf)-
-
Method Detail
-
read
Quote read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(Quote value)
-
write
Unit write(Quote value, ByteBuffer buf)
-
-
-
-