account.setAccountTTL

Set account self-destruction period

 Method schema is available as of layer 19. Switch »

Parameters

Name Type Description
ttl AccountDaysTTL Time to live in days

Result

Bool

Possible errors

Code Type Description
400 TTL_DAYS_INVALID The provided TTL is invalid.
Go up