Class InvalidTxUpdatedAddressesException
The exception that is thrown when a given
Tx
Inherited Members
Namespace: Libplanet.Tx
Assembly: Libplanet.dll
Syntax
public class InvalidTxUpdatedAddressesException : InvalidTxException
Constructors
| Improve this Doc View SourceInvalidTxUpdatedAddressesException(TxId, IImmutableSet<Address>, IImmutableSet<Address>, String)
Creates a new Invalid
Declaration
public InvalidTxUpdatedAddressesException(TxId txid, IImmutableSet<Address> updatableAddresses, IImmutableSet<Address> updatedAddresses, string message)
Parameters
Type | Name | Description |
---|---|---|
Tx |
txid | The invalid Transaction<T>'s
Id. It is automatically included to
the |
IImmutable |
updatableAddresses | Specifies the
Updatable |
IImmutable |
updatedAddresses | Specifies the
Updated |
String | message | Specifies the |
Properties
| Improve this Doc View SourceUpdatableAddresses
Expected Addresses to be updated. That means, Addresses that Transaction<T>'s Signer granted to update.
Declaration
public IImmutableSet<Address> UpdatableAddresses { get; }
Property Value
Type | Description |
---|---|
IImmutable |
UpdatedAddresses
Declaration
public IImmutableSet<Address> UpdatedAddresses { get; }
Property Value
Type | Description |
---|---|
IImmutable |