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