# Variables
Name []byte `json:"name"`
Address meter.Address `json:"address"`
PubKey ecdsa.PublicKey `json:"pub_key"`
BlsPubKey bls.PublicKey `json:"bsl_pubkey"`
VotingPower int64 `json:"voting_power"`
NetAddr NetAddress `json:"network_addr"`
Commission uint64 `json:"commission"`
DistList []*Distributor `json:"distibutor_list"`
*/.
Name []byte `json:"name"`
Address meter.Address `json:"address"`
PubKey ecdsa.PublicKey `json:"pub_key"`
BlsPubKey bls.PublicKey `json:"bsl_pubkey"`
VotingPower int64 `json:"voting_power"`
NetAddr NetAddress `json:"network_addr"`
Commission uint64 `json:"commission"`
DistList []*Distributor `json:"distibutor_list"`
*/.