Class PutTransactionResult
Result for "account_put_transaction" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class PutTransactionResult
Properties
| Edit this page View SourceTransactionHash
Hex-encoded transaction hash.
Declaration
[JsonPropertyName("transaction_hash")]
public TransactionHash TransactionHash { get; init; }
Property Value
| Type | Description |
|---|---|
| TransactionHash |