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