recipient

The account ID for a sender account that can start an account registration. It can be in either of these formats:

  1. x"01ab...23", meaning this specific account can be registered when receiving a transfer.

  2. ANY_REF, meaning all accounts can be registered.

  3. CURRENT_ACCOUNT_REF, meaning the only transfers allowed for this rule are the ones where a certain account from a different chain registers an account with the same ID on this chain. This value will only be accepted if sender has the same value, and it will not work (despite not throwing any errors) if the sender_blockchain field does not allow cross-chain transfers.

  4. a list of values, containing account IDs in the format at point 1, meaning all the account IDs in the list can be created.

See also

CURRENT_ACCOUNT_REF

for the actual string value of the constant

ANY_REF

for the actual string value of the constant