For the complete documentation index, see llms.txt. This page is also available as Markdown.

Account Merge

These are result codes that communicate success (200) or failure (400) specific to the Account Merge operation.

Learn more about the Account Merge operation.

  • OpSuccess ACCOUNT_MERGE_SUCCESS

    Account succesfully merged.

  • OpMalformed ACCOUNT_MERGE_MALFORMED

    The operation is malformed because the source account cannot merge with itself. The destination must be a different account.

  • op_no_account ACCOUNT_MERGE_NO_ACCOUNT

    The destination account does not exist.

  • op_immutable_set ACCOUNT_MERGE_IMMUTABLE_SET

    The source account has AUTH_IMMUTABLE flag set.

  • op_has_sub_entries ACCOUNT_MERGE_HAS_SUB_ENTRIES

    The source account has trustlines and/or offers.

  • op_seq_num_too_far ACCOUNT_MERGE_SEQNUM_TOO_FAR

    Source account sequence number is too high.

  • op_dest_fullACCOUNT_MERGE_DEST_FULL

    The destination account cannot receive the balance of the source account and still satisfy its lumen buying liabilities.

Last updated

Was this helpful?