to get the receiver's account name of current action. such as command 'clultrain push action kobe '["params"]' -p james's-key', 'kobe' is the receiver's account name.
to get the sender of current action, specially, 'sender' means whose permission key is used by '-p', such as command 'clultrain push action kobe '["params"]' -p james's-key', 'james' is the sender's account name.
return the sender's account name.
to check if an account name has been authored.
the account name which will be checked.
boolean value, return true means the account is authored, otherwised false.
to check if an account name is valid or not.
account name to be checked.
boolean
check the authority of a speicfic account name.
account_name whose authority is required.
Generated using TypeDoc
class Action is applied to access an action's context information. This class is static.
Action