Casper.Network.SDK
Show / Hide Table of Contents

Class GetTransaction

Inheritance
object
RpcMethod
GetTransaction
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetTransaction : RpcMethod

Constructors

| Edit this page View Source

GetTransaction(TransactionHash, bool)

Declaration
public GetTransaction(TransactionHash transactionHash, bool finalizedApprovals = false)
Parameters
Type Name Description
TransactionHash transactionHash
bool finalizedApprovals
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC