pub fn check_transaction_authorization(
    trx: &Transaction,
    perms: &Vec<PermissionLevel>,
    pubkeys: &Vec<PublicKey>
) -> i32
Expand description

Checks if a transaction is authorized by a provided set of keys and permissions