You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// | `human_name` | `vector<u8>` | ASCII-encoded human name for the Designated Dealer. |
4422
4425
/// | `add_all_currencies` | `bool` | Whether to publish preburn, balance, and tier info resources for all known (SCS) currencies or just `Currency` when the account is created. |
/// and the `rold_id` field being `Roles::VALIDATOR_OPERATOR_ROLE_ID`. This is emitted on the `DiemAccount::AccountOperationsCapability` `creation_events` handle.
/// Successful execution of this script emits two events:
5061
-
/// * `DiemAccount::SentPaymentEvent ` on `account`'s `DiemAccount::DiemAccount` `sent_events`
5062
-
/// handle with the `payee` and `payer` fields being `account`'s address; and
5061
+
/// * `DiemAccount::SentPaymentEvent ` on `account`'s `DiemAccount::DiemAccount` `sent_events` handle with the `payee` and `payer` fields being `account`'s address; and
5063
5062
/// * A `Diem::PreburnEvent` with `Token`'s currency code on the
5064
-
/// `Diem::CurrencyInfo<Token`'s `preburn_events` handle for `Token` and with
5065
-
/// `preburn_address` set to `account`'s address.
5063
+
/// `Diem::CurrencyInfo<Token`'s `preburn_events` handle for `Token` and with `preburn_address` set to `account`'s address.
/// Successful execution of this transaction emits two events:
5507
-
/// * A `DualAttestation::ComplianceKeyRotationEvent` containing the new compliance public key, and
5508
-
/// the blockchain time at which the key was updated emitted on the `DualAttestation::Credential`
5509
-
/// `compliance_key_rotation_events` handle published under `account`; and
5505
+
/// * A `DualAttestation::ComplianceKeyRotationEvent` containing the new compliance public key, and the blockchain time at which the key was updated emitted on the `DualAttestation::Credential` `compliance_key_rotation_events` handle published under `account`; and
5510
5506
/// * A `DualAttestation::BaseUrlRotationEvent` containing the new base url to be used for
5511
5507
/// off-chain communication, and the blockchain time at which the url was updated emitted on the
5512
5508
/// `DualAttestation::Credential` `base_url_rotation_events` handle published under `account`.
0 commit comments