Versions in this module Expand all Collapse all v0 v0.1.1 Jun 14, 2020 Changes in this version + var ActionAccessAccount = "Access account" + var ActionSign = "Sign" + var ActionSignBeaconAttestation = "Sign beacon attestation" + var ActionSignBeaconProposal = "Sign beacon proposal" + type AccessAccountData struct + Paths []string + type Checkpoint struct + Epoch uint64 + Root []byte + type Service interface + RunRules func(context.Context, string, string, string, []byte, interface{}) core.RulesResult + type SignBeaconAttestationData struct + BeaconBlockRoot []byte + CommitteeIndex uint64 + Domain []byte + Slot uint64 + Source *Checkpoint + Target *Checkpoint + type SignBeaconProposalData struct + BodyRoot []byte + Domain []byte + ParentRoot []byte + ProposerIndex uint64 + Slot uint64 + StateRoot []byte + type SignData struct + Data []byte + Domain []byte