Casper.Network.SDK
Show / Hide Table of Contents

Class TransactionV1Target

Inheritance
object
TransactionV1Target
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.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class TransactionV1Target

Properties

| Edit this page View Source

Native

Declaration
public static ITransactionV1Target Native { get; }
Property Value
Type Description
ITransactionV1Target

Methods

| Edit this page View Source

Session(byte[])

Declaration
public static SessionTransactionV1Target Session(byte[] moduleBytes)
Parameters
Type Name Description
byte[] moduleBytes
Returns
Type Description
SessionTransactionV1Target
| Edit this page View Source

StoredByHash(string)

Declaration
public static StoredTransactionV1Target StoredByHash(string contractHash)
Parameters
Type Name Description
string contractHash
Returns
Type Description
StoredTransactionV1Target
| Edit this page View Source

StoredByName(string)

Declaration
public static StoredTransactionV1Target StoredByName(string name)
Parameters
Type Name Description
string name
Returns
Type Description
StoredTransactionV1Target
| Edit this page View Source

StoredByPackageHash(string, uint?, uint?)

Declaration
public static StoredTransactionV1Target StoredByPackageHash(string packageHash, uint? version = null, uint? protocolVersionMajor = null)
Parameters
Type Name Description
string packageHash
uint? version
uint? protocolVersionMajor
Returns
Type Description
StoredTransactionV1Target
| Edit this page View Source

StoredByPackageName(string, uint?, uint?)

Declaration
public static StoredTransactionV1Target StoredByPackageName(string name, uint? version = null, uint? protocolVersionMajor = null)
Parameters
Type Name Description
string name
uint? version
uint? protocolVersionMajor
Returns
Type Description
StoredTransactionV1Target
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC