Type Alias TransactionCallHandlers

TransactionCallHandlers: {
    rofl.Create?: CallHandler<RoflCreate>;
    rofl.Register?: CallHandler<RoflRegister>;
    rofl.Remove?: CallHandler<RoflRemove>;
    rofl.Update?: CallHandler<RoflUpdate>;
}