pub fn get_named_keys(
    ratio_verifier: PublicKey,
    fee: u64
) -> BTreeMap<String, Key>
Expand description

Gets the namedkeys of the contract and returns them as a BTreeMap<String,Key>

It contains NamedKeys for : NAMED_KEY_APPROVED_CNT, NAMED_KEY_HOLDERSCNT, NAMED_KEY_TOKENSCNT, NAMED_KEY_REQ_CNT, NAMED_KEY_RATIO_VERIFIER, RUNTIME_FEE