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