Documentation
¶
Index ¶
Constants ¶
View Source
const ( ActivationOrderID = "activation_order_id" BandwidthOrderID = "bandwidth_delegation_order_id" EnergyOrderID = "energy_delegation_order_id" )
View Source
const ( ActivateAccountTxHash = "activate_account_tx_hash" SendBurntrxTxHash = "send_burntrx_tx_hash" DelegateFromAddress = "delegate_from" ReclaimFromAddress = "reclaim_from" )
View Source
const (
DurationTimeResourceDelegation = 120 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailedTransferError ¶
type FailedTransferError struct { FailedStageName string `json:"failed_stage_name,omitempty"` FailedStepName string `json:"failed_step_name,omitempty"` Msg string `json:"msg,omitempty"` // contains filtered or unexported fields }
func (*FailedTransferError) Error ¶
func (e *FailedTransferError) Error() string
func (*FailedTransferError) FailedStage ¶
func (e *FailedTransferError) FailedStage() string
func (*FailedTransferError) FailedStep ¶
func (e *FailedTransferError) FailedStep() string
func (*FailedTransferError) MarshallJSON ¶
func (e *FailedTransferError) MarshallJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.