# Functions
InitMachineIdentity loads all provided identities and save them to secret file.
WithBlsIdentity initialize and will add Bls keys to machine identity.
WithEvmSigner initialize and will add Evm keys to machine identity.
# Variables
Identity is a global variable that holds machine identity.
# Structs
MachineIdentity holds machine identity and provide and manage keys.
# Type aliases
Option represents a function that can add new identity to machine identity.