pub fn raw_rotate_key_txn(
    sender: &Account,
    new_key_hash: Vec<u8>,
    seq_num: u64
) -> RawTransactionExpand description
Returns a transaction to change the keys for the given account.
pub fn raw_rotate_key_txn(
    sender: &Account,
    new_key_hash: Vec<u8>,
    seq_num: u64
) -> RawTransactionReturns a transaction to change the keys for the given account.