Package web5.sdk.rust
Object FfiConverterTypeDid
-
- All Implemented Interfaces:
-
web5.sdk.rust.FfiConverter
public class FfiConverterTypeDid implements FfiConverter<Did, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeDidINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(Did value)Didlift(Pointer value)Didread(ByteBuffer buf)ULongallocationSize(Did value)Unitwrite(Did value, ByteBuffer buf)-
-
Method Detail
-
read
Did read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(Did value)
-
write
Unit write(Did value, ByteBuffer buf)
-
-
-
-