Casper.Network.SDK
Show / Hide Table of Contents

Class PutTransactionResult

Result for "account_put_transaction" RPC response.

Inheritance
object
PutTransactionResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class PutTransactionResult

Properties

| Edit this page View Source

TransactionHash

Hex-encoded transaction hash.

Declaration
[JsonPropertyName("transaction_hash")]
public TransactionHash TransactionHash { get; init; }
Property Value
Type Description
TransactionHash
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC