Is it possible to get the canister principal from an actor function reference?
let args = {
start = seeking;
length = thisEnd - seeking;
};
callback = (actor(archivePrincipal)) : ICRC3Interface).icrc3_get_transactions;
};
//later
Principal.fromActor(args.callback); //doesn't work(not that it should...but looking for something similar for an actor function ref)