Interface DelegatorStartingInfoRecordAmino

DelegatorStartingInfoRecord used for import / export via genesis json.

interface DelegatorStartingInfoRecordAmino {
    delegator_address?: string;
    starting_info?: DelegatorStartingInfoAmino;
    validator_address?: string;
}

Properties

delegator_address?: string

delegator_address is the address of the delegator.

starting_info defines the starting info of a delegator.

validator_address?: string

validator_address is the address of the validator.