Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComparePasswords ¶
func HashPassword ¶
Types ¶
type ChainHeadResponse ¶
type ChainHeadResponse struct { HeadSlot string `json:"headSlot"` HeadEpoch string `json:"headEpoch"` HeadBlockRoot string `json:"headBlockRoot"` FinalizedSlot string `json:"finalizedSlot"` FinalizedEpoch string `json:"finalizedEpoch"` FinalizedBlockRoot string `json:"finalizedBlockRoot"` JustifiedSlot string `json:"justifiedSlot"` JustifiedEpoch string `json:"justifiedEpoch"` JustifiedBlockRoot string `json:"justifiedBlockRoot"` PreviousJustifiedSlot string `json:"previousJustifiedSlot"` PreviousJustifiedEpoch string `json:"previousJustifiedEpoch"` PreviousJustifiedBlockRoot string `json:"previousJustifiedBlockRoot"` }
func (*ChainHeadResponse) GetFinalizedSlot ¶
func (ch *ChainHeadResponse) GetFinalizedSlot() (int64, error)
func (*ChainHeadResponse) GetHeadSlot ¶
func (ch *ChainHeadResponse) GetHeadSlot() (int64, error)
type Transaction ¶
Click to show internal directories.
Click to hide internal directories.