Class TransactionV1EntryPoint
A native or custom entry point to call within a transaction.
Inheritance
TransactionV1EntryPoint
Assembly: Casper.Network.SDK.dll
Syntax
public class TransactionV1EntryPoint
Properties
|
Edit this page
View Source
ActivateBid
Declaration
public static ITransactionV1EntryPoint ActivateBid { get; }
Property Value
|
Edit this page
View Source
AddBid
Declaration
public static ITransactionV1EntryPoint AddBid { get; }
Property Value
|
Edit this page
View Source
AddReservations
Declaration
public static ITransactionV1EntryPoint AddReservations { get; }
Property Value
|
Edit this page
View Source
Call
Declaration
public static ITransactionV1EntryPoint Call { get; }
Property Value
|
Edit this page
View Source
CancelReservations
Declaration
public static ITransactionV1EntryPoint CancelReservations { get; }
Property Value
|
Edit this page
View Source
ChangeBidPublicKey
Declaration
public static ITransactionV1EntryPoint ChangeBidPublicKey { get; }
Property Value
|
Edit this page
View Source
Delegate
Declaration
public static ITransactionV1EntryPoint Delegate { get; }
Property Value
|
Edit this page
View Source
Redelegate
Declaration
public static ITransactionV1EntryPoint Redelegate { get; }
Property Value
|
Edit this page
View Source
Transfer
Declaration
public static ITransactionV1EntryPoint Transfer { get; }
Property Value
|
Edit this page
View Source
Undelegate
Declaration
public static ITransactionV1EntryPoint Undelegate { get; }
Property Value
|
Edit this page
View Source
WithdrawBid
Declaration
public static ITransactionV1EntryPoint WithdrawBid { get; }
Property Value
Methods
|
Edit this page
View Source
Custom(string)
Declaration
public static ITransactionV1EntryPoint Custom(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns