Class CustomTransactionV1EntryPoint
Inheritance
CustomTransactionV1EntryPoint
Assembly: Casper.Network.SDK.dll
Syntax
public class CustomTransactionV1EntryPoint : ITransactionV1EntryPoint
Constructors
|
Edit this page
View Source
CustomTransactionV1EntryPoint(string)
Declaration
public CustomTransactionV1EntryPoint(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Properties
|
Edit this page
View Source
Name
Declaration
public string Name { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToBytes()
Declaration
Returns
Implements