Package tbdex.sdk.rust
Object FfiConverterTypeOrderInstructions
-
- All Implemented Interfaces:
-
tbdex.sdk.rust.FfiConverter
public class FfiConverterTypeOrderInstructions implements FfiConverter<OrderInstructions, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeOrderInstructionsINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(OrderInstructions value)OrderInstructionslift(Pointer value)OrderInstructionsread(ByteBuffer buf)ULongallocationSize(OrderInstructions value)Unitwrite(OrderInstructions value, ByteBuffer buf)-
-
Method Detail
-
lower
Pointer lower(OrderInstructions value)
-
lift
OrderInstructions lift(Pointer value)
-
read
OrderInstructions read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(OrderInstructions value)
-
write
Unit write(OrderInstructions value, ByteBuffer buf)
-
-
-
-