Casper.Network.SDK
Show / Hide Table of Contents

Class PutTransaction

Inheritance
object
RpcMethod
PutTransaction
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 PutTransaction : RpcMethod

Constructors

| Edit this page View Source

PutTransaction(Deploy)

Sends a Transaction to the network for its execution.

Declaration
public PutTransaction(Deploy transaction)
Parameters
Type Name Description
Deploy transaction

The Deploy object.

| Edit this page View Source

PutTransaction(TransactionV1)

Sends a Transaction to the network for its execution.

Declaration
public PutTransaction(TransactionV1 transaction)
Parameters
Type Name Description
TransactionV1 transaction

The Transactionv1 object.

  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC