Class NativeTransactionV1EntryPoint
Inheritance
NativeTransactionV1EntryPoint
Assembly: Casper.Network.SDK.dll
Syntax
public class NativeTransactionV1EntryPoint : ITransactionV1EntryPoint
Constructors
|
Edit this page
View Source
NativeTransactionV1EntryPoint(NativeEntryPoint)
Declaration
public NativeTransactionV1EntryPoint(NativeEntryPoint type)
Parameters
|
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
|
Edit this page
View Source
Type
Declaration
public NativeEntryPoint Type { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToBytes()
Declaration
Returns
Implements