Casper.Network.SDK
Show / Hide Table of Contents

Class TransactionV1EntryPoint

A native or custom entry point to call within a transaction.

Inheritance
object
TransactionV1EntryPoint
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 TransactionV1EntryPoint

Properties

| Edit this page View Source

ActivateBid

Declaration
public static ITransactionV1EntryPoint ActivateBid { get; }
Property Value
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

AddBid

Declaration
public static ITransactionV1EntryPoint AddBid { get; }
Property Value
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

AddReservations

Declaration
public static ITransactionV1EntryPoint AddReservations { get; }
Property Value
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

Call

Declaration
public static ITransactionV1EntryPoint Call { get; }
Property Value
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

CancelReservations

Declaration
public static ITransactionV1EntryPoint CancelReservations { get; }
Property Value
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

ChangeBidPublicKey

Declaration
public static ITransactionV1EntryPoint ChangeBidPublicKey { get; }
Property Value
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

Delegate

Declaration
public static ITransactionV1EntryPoint Delegate { get; }
Property Value
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

Redelegate

Declaration
public static ITransactionV1EntryPoint Redelegate { get; }
Property Value
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

Transfer

Declaration
public static ITransactionV1EntryPoint Transfer { get; }
Property Value
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

Undelegate

Declaration
public static ITransactionV1EntryPoint Undelegate { get; }
Property Value
Type Description
ITransactionV1EntryPoint
| Edit this page View Source

WithdrawBid

Declaration
public static ITransactionV1EntryPoint WithdrawBid { get; }
Property Value
Type Description
ITransactionV1EntryPoint

Methods

| Edit this page View Source

Custom(string)

Declaration
public static ITransactionV1EntryPoint Custom(string name)
Parameters
Type Name Description
string name
Returns
Type Description
ITransactionV1EntryPoint
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC