etebase_signed_invitation_get_from_pubkey_size method

int etebase_signed_invitation_get_from_pubkey_size(
  1. Pointer<EtebaseSignedInvitation> this_
)

The size of the public key of the inviting user

@param this_ the object handle

Implementation

int etebase_signed_invitation_get_from_pubkey_size(
  ffi.Pointer<EtebaseSignedInvitation> this_,
) {
  return _etebase_signed_invitation_get_from_pubkey_size(
    this_,
  );
}