Proxy
#16Proxy account delegation
Part of Utility & Tools: Batch operations, proxies, multisig, and scheduling
Register a new proxy for the sender's account.
Announce an upcoming proxy call for time-delayed proxies.
Emitted when a time-delayed proxy announces a future call.
Base deposit for proxy announcements.
Per-byte deposit for announcement data.
Internal error computing announcement deposits.
Pending announcements made by time-delayed proxies.
Create a new account with no private key, only accessible via proxy.
Emitted when proxy or announcement deposits are recalculated.
A proxy with these exact parameters already exists.
Failed to derive a valid account ID for pure proxy.
Remove a pure proxy account, returning deposits.
The result of the last proxied call made by an account.
Maximum pending announcements per account.
Maximum proxies per account.
This call could escalate proxy privileges.
You cannot add yourself as your own proxy.
The proxy relationship you're trying to remove doesn't exist.
You're not an authorized proxy for the account you're trying to act on.
Update proxy deposit amounts based on current parameters.
The set of account proxies. Maps accounts to their proxy delegates and deposit amounts.
Execute a call on behalf of another account via proxy.
Execute a previously announced proxy call after delay.
Emitted when a new proxy is registered for an account.
Base deposit for creating a proxy.
Per-proxy additional deposit.
Emitted after a proxy call is executed, showing the result.
Emitted when a proxy is unregistered from an account.
Emitted when a new keyless (pure) proxy account is created.
Emitted when a pure proxy account is destroyed.
Tracks which (real, delegate) pairs have opted in to the real account paying
The real-pays-fee setting was updated for a proxy relationship.
Reject a pending announcement from a delegate.
Cancel a pending announcement made by this proxy.
Remove all proxy registrations for the caller's account.
Remove a previously registered proxy.
Set whether the real account pays transaction fees for proxy calls made by a
You've exceeded the maximum number of proxies or pending announcements.
Trying to execute a delayed proxy call without announcing.
The call is not allowed by your proxy type.