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