Casper.Network.SDK
Show / Hide Table of Contents

Class NativeTransactionV1EntryPoint

Inheritance
object
NativeTransactionV1EntryPoint
Implements
ITransactionV1EntryPoint
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 NativeTransactionV1EntryPoint : ITransactionV1EntryPoint

Constructors

| Edit this page View Source

NativeTransactionV1EntryPoint(NativeEntryPoint)

Declaration
public NativeTransactionV1EntryPoint(NativeEntryPoint type)
Parameters
Type Name Description
NativeEntryPoint type
| Edit this page View Source

NativeTransactionV1EntryPoint(string)

Declaration
public NativeTransactionV1EntryPoint(string name)
Parameters
Type Name Description
string name

Properties

| Edit this page View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
string
| Edit this page View Source

Type

Declaration
public NativeEntryPoint Type { get; init; }
Property Value
Type Description
NativeEntryPoint

Methods

| Edit this page View Source

ToBytes()

Declaration
public byte[] ToBytes()
Returns
Type Description
byte[]

Implements

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