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