RETURNS

ERROR

{
  error: string;
}

SUCCESS

{
  data: string;
  to: string;
  type: "TRANSACTION"
}

Last updated