pub trait ResourceVoteChoiceToKeyTrait { // Required method fn to_key(&self) -> Vec<u8> ⓘ; }
A helper trait to get the key for a resource vote
A helper function to get the key for a resource vote