AccountSet class
Represents an AccountSet transaction, which modifies the properties of an account in the XRP Ledger.
- Inheritance
-
- Object
- XRPLBase
- XRPTransaction
- AccountSet
Constructors
-
AccountSet.new({required String account, AccountSetAsfFlag? clearFlag, String? domain, String? emailHash, String? messageKey, AccountSetAsfFlag? setFlag, int? transferRate, int? tickSize, String? nftTokenMinter, List<
XRPLMemo> ? memos = const [], String signingPubKey = "", int? ticketSequance, BigInt? fee, int? lastLedgerSequence, int? sequence, List<XRPLSigners> ? signers, dynamic flags, int? sourceTag, List<String> multiSigSigners = const []}) -
AccountSet.fromJson(Map<
String, dynamic> json)
Properties
- account → String
-
finalinherited
- accountTxId → String?
-
finalinherited
- clearFlag → AccountSetAsfFlag?
-
clearFlag Disable a specific AccountSet Flag
final
- domain → String?
-
domain Set the DNS domain of the account owner. Must be hex-encoded
BytesUtils.toHexString(utf8.encode("https://github.com/mrtnetwork/xrp_dart")).
final
- emailHash → String?
-
emailHash Set the MD5 Hash to be used for generating an avatar image for this
account.
final
- fee ↔ BigInt?
-
getter/setter pairinherited
- flags → dynamic
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastLedgerSequence ↔ int?
-
getter/setter pairinherited
-
memos
↔ List<
XRPLMemo> ? -
getter/setter pairinherited
- messageKey → String?
-
messageKey Set a public key for sending encrypted messages to this account.
final
-
multiSigSigners
↔ List<
String> -
getter/setter pairinherited
- networkId ↔ int?
-
getter/setter pairinherited
- nftTokenMinter → String?
-
nftTokenMinter Sets an alternate account that is allowed to mint NFTokens on this
account's behalf using NFTokenMint's Issuer field. If set, you must
also set the AccountSetAsfFlag.ASF_AUTHORIZED_NFTOKEN_MINTER flag.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequence ↔ int?
-
getter/setter pairinherited
- setFlag → AccountSetAsfFlag?
-
setFlag Enable a specific AccountSet Flag
final
-
signers
↔ List<
XRPLSigners> ? -
getter/setter pairinherited
- signingPubKey ↔ String
-
getter/setter pairinherited
- sourceTag → int?
-
finalinherited
- ticketSequance → int?
-
finalinherited
- tickSize → int?
-
tickSize Set the tick size to use when trading tokens issued by this account in
the decentralized exchange. See Tick Size.
final
- transactionType → XRPLTransactionType
-
finalinherited
- transferRate → int?
-
transferRate Set the transfer fee to use for tokens issued by this account. See
TransferRate for
details.
final
- txnSignature ↔ String?
-
getter/setter pairinherited
- validate → String?
-
no setteroverride
Methods
-
getHash(
) → String -
inherited
-
isSigned(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setFee(
BigInt? newFee) → void -
inherited
-
setLastLedgerSequence(
int? newSequance) → void -
inherited
-
setMultiSigSignature(
List< XRPLSigners> sigs) → void -
inherited
-
setNetworkId(
int? network) → void -
inherited
-
setSequence(
int? newSequance) → void -
inherited
-
setSignature(
String? sig) → void -
inherited
-
toBlob(
{bool forSigning = true}) → String -
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the object to a JSON representation.
override
-
toMultisigBlob(
String address) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXrpl(
) → Map< String, dynamic> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited