Trait ibc_test_framework::chain::ext::fee_grant::FeeGrantMethodsExt
source · pub trait FeeGrantMethodsExt<Chain> {
// Required method
fn feegrant_grant(&self, granter: &str, grantee: &str) -> Result<(), Error>;
}