1 2 3 4 5
pub struct BRCContract { pub contract_id: String, pub creator: String, pub terms: String, }