pub fn set_alias_account<T: Config>(
account: T::AccountId,
call_valid_at: BlockNumberFor<T>,
)
Expand description
This transaction is refunded if successful and no alias was previously set.
The call is valid from call_valid_at
until
call_valid_at + account_setup_time_tolerance
.
account_setup_time_tolerance
is a constant available in the metadata.
Parameters:
account
: The account to set the alias for.call_valid_at
: The block number when the call becomes valid.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_alias_account
.