account_created


Description:

public signal void account_created (uint account_id)

Emitted when a new account has been created; note that the account must have been stored in the database: the signal is not emitted just in response to create_account.

Parameters:

account_id

the AccountId of the account that has been created.