TipBody class

Constructors

TipBody.forAddressAdd({required String assetId, String? publicKey, String? keyTag, String? name})
factory
TipBody.forAddressRemove(String addressId)
factory
TipBody.forCollectibleRequestSign(String requestId)
factory
TipBody.forCollectibleRequestUnlock(String requestId)
factory
TipBody.forEmergencyContactCreate({required String verificationId, required String code})
factory
TipBody.forEmergencyContactRead()
factory
TipBody.forEmergencyContactRemove()
factory
TipBody.forMultisigRequestSign(String requestId)
factory
TipBody.forMultisigRequestUnlock(String requestId)
factory
TipBody.forOAuthApprove(String authorizationId)
factory
TipBody.forPhoneNumberUpdate({required String verificationId, required String code})
factory
TipBody.forProvisioningCreate({required String id, required String secret})
factory
TipBody.forRawTransactionCreate({required String assetId, required String opponentKey, required List<String> opponentReceivers, required int opponentThreshold, required String amount, String? traceId, String? memo})
factory
TipBody.forSequencerRegister({required String userId, required String publicKey})
factory
TipBody.forTransfer({required String assetId, required String counterUserId, required String amount, String? traceId, String? memo})
factory
TipBody.forUserDeactivate(String phoneVerificationId)
factory
TipBody.forVerify(int timestamp)
factory
TipBody.forWithdrawalCreate({required String addressId, required String amount, required String traceId, String? fee, String? memo})
factory

Properties

bytes Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited