map_account_creation_transfer

function map_account_creation_transfer(account_creation_transfer: account_creation_transfer): (transaction_tx_rid: byte_array, sender_blockchain_rid: byte_array, sender_id: byte_array, recipient_id: byte_array, asset_id: byte_array, asset_name: text, asset_symbol: text, asset_decimals: integer, asset_issuing_blockchain_rid: byte_array, asset_icon_url: text, asset_type: text, asset_total_supply: big_integer, asset_uniqueness_resolver: byte_array, amount: big_integer, timestamp: integer, state: account_creation_state, final_tx_rid: byte_array, final_op_index: integer)(source)

Maps the account creation transfer details.

Return

The mapped account creation transfer details.

Parameters

account_creation_transfer
  • The transfer object containing account creation details.