Enumeration TransactionEntryPointEnum

Enum representing the available transaction entry points, each representing a different operation in the system.

Enumeration Members

ActivateBid: "ActivateBid"
AddBid: "AddBid"
AddReservations: "AddReservations"
Call: "Call"
CancelReservations: "CancelReservations"
ChangeBidPublicKey: "ChangeBidPublicKey"
Custom: "Custom"
Delegate: "Delegate"
Redelegate: "Redelegate"
Transfer: "Transfer"
Undelegate: "Undelegate"
WithdrawBid: "WithdrawBid"

Generated using TypeDoc