SolSignRequest constructor
Implementation
SolSignRequest(Pointer<Void> object) : super(){
nativeObject = object;
final response = nativeGetRequestId(nativeObject).ref;
final uuidBuffer = response.getString();
uuid = Uuid.unparse(hex.decode(uuidBuffer));
}