accountIDToUpdate | AccountID | The account ID which is being updated in this transaction |
key | Key | The new key |
proxyAccountID | AccountID | ID of the account to which this account is proxy staked. If proxyAccountID is null, or is an invalid account, or is an account that isn’t a node, then this account is automatically proxy staked to a node chosen by the network, but without earning payments. If the proxyAccountID account refuses to accept proxy staking , or if it is not currently running a node, then it will behave as if proxyAccountID was null. |
proxyFraction | | [Deprecated]. payments earned from proxy staking are shared between the node and this account, with proxyFraction / 10000 going to this account |
sendRecordThresholdField | one of: | [Deprecated v0.8.0] |
| sendRecordThreshold | |
| sendRecordThresholdWrapper | google.protobuf.UInt64Value |
receiveRecordThresholdField | one of: | [Deprecated v0.8.0] |
| receiveRecordThreshold | |
| receiveRecordThresholdWrapper | google.protobuf.UInt64Value |
autoRenewPeriod | Duration | The duration in which it will automatically extend the expiration period. If it doesn’t have enough balance, it extends as long as possible. If it is empty when it expires, then it is deleted. |
expirationTime | Timestamp | The new expiration time to extend to (ignored if equal to or before the current one) |
receiverSigRequiredField | one of: | |
| receiverSigRequired | [Deprecated] Do NOT use this field to set a false value because the server cannot distinguish from the default value. Use receiverSigRequiredWrapper field for this purpose. |
| receiverSigRequiredWrapper | google.protobuf.BoolValue |
memo | string | The memo associated with the account (UTF-8 encoding max 100 bytes) |
max_automatic_token_associations | google.protobuf.Int32Value | The maximum number of tokens that an Account can be implicitly associated with. Up to a 1000 including implicit and explicit associations. |